STM32F479xx HAL User Manual
Defines
SMBUS XferOptions definition
SMBUS Exported Constants

Defines

#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

Define Documentation

#define SMBUS_FIRST_AND_LAST_FRAME_NO_PEC   0x00000003U
#define SMBUS_FIRST_AND_LAST_FRAME_WITH_PEC   0x00000005U
#define SMBUS_FIRST_FRAME   0x00000001U
#define SMBUS_LAST_FRAME_NO_PEC   0x00000004U

Definition at line 335 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Master_Receive_IT(), and SMBUS_Slave_AF().

#define SMBUS_LAST_FRAME_WITH_PEC   0x00000006U
#define SMBUS_NEXT_FRAME   0x00000002U