STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
SMBUS XferOptions definition
Collaboration diagram for SMBUS XferOptions definition:

Macros

#define SMBUS_FIRST_FRAME   0x00000001U
#define SMBUS_NEXT_FRAME   0x00000002U
#define SMBUS_FIRST_AND_LAST_FRAME_NO_PEC   0x00000003U
#define SMBUS_LAST_FRAME_NO_PEC   0x00000004U
#define SMBUS_FIRST_AND_LAST_FRAME_WITH_PEC   0x00000005U
#define SMBUS_LAST_FRAME_WITH_PEC   0x00000006U

Detailed Description

Macro Definition Documentation

◆ SMBUS_FIRST_AND_LAST_FRAME_NO_PEC

#define SMBUS_FIRST_AND_LAST_FRAME_NO_PEC   0x00000003U

Definition at line 333 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FIRST_AND_LAST_FRAME_WITH_PEC

#define SMBUS_FIRST_AND_LAST_FRAME_WITH_PEC   0x00000005U

Definition at line 335 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FIRST_FRAME

#define SMBUS_FIRST_FRAME   0x00000001U

Definition at line 331 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_LAST_FRAME_NO_PEC

#define SMBUS_LAST_FRAME_NO_PEC   0x00000004U

Definition at line 334 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_LAST_FRAME_WITH_PEC

#define SMBUS_LAST_FRAME_WITH_PEC   0x00000006U

Definition at line 336 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_NEXT_FRAME

#define SMBUS_NEXT_FRAME   0x00000002U

Definition at line 332 of file stm32f4xx_hal_smbus.h.