STM32L486xx HAL User Manual
Defines
SMBUS XferOptions definition
SMBUS Exported Constants

Defines

#define SMBUS_FIRST_FRAME   SMBUS_SOFTEND_MODE
#define SMBUS_NEXT_FRAME   ((uint32_t)(SMBUS_RELOAD_MODE | SMBUS_SOFTEND_MODE))
#define SMBUS_FIRST_AND_LAST_FRAME_NO_PEC   SMBUS_AUTOEND_MODE
#define SMBUS_LAST_FRAME_NO_PEC   SMBUS_AUTOEND_MODE
#define SMBUS_FIRST_AND_LAST_FRAME_WITH_PEC   ((uint32_t)(SMBUS_AUTOEND_MODE | SMBUS_SENDPEC_MODE))
#define SMBUS_LAST_FRAME_WITH_PEC   ((uint32_t)(SMBUS_AUTOEND_MODE | SMBUS_SENDPEC_MODE))
#define SMBUS_OTHER_FRAME_NO_PEC   (0x000000AAU)
#define SMBUS_OTHER_FRAME_WITH_PEC   (0x0000AA00U)
#define SMBUS_OTHER_AND_LAST_FRAME_NO_PEC   (0x00AA0000U)
#define SMBUS_OTHER_AND_LAST_FRAME_WITH_PEC   (0xAA000000U)

Define Documentation

Definition at line 342 of file stm32l4xx_hal_smbus.h.

Referenced by SMBUS_ConvertOtherXferOptions().

Definition at line 344 of file stm32l4xx_hal_smbus.h.

Referenced by SMBUS_ConvertOtherXferOptions().

Definition at line 340 of file stm32l4xx_hal_smbus.h.

Referenced by SMBUS_ConvertOtherXferOptions().

Definition at line 343 of file stm32l4xx_hal_smbus.h.

Definition at line 345 of file stm32l4xx_hal_smbus.h.

Definition at line 341 of file stm32l4xx_hal_smbus.h.

#define SMBUS_OTHER_AND_LAST_FRAME_NO_PEC   (0x00AA0000U)

Definition at line 352 of file stm32l4xx_hal_smbus.h.

Referenced by SMBUS_ConvertOtherXferOptions().

#define SMBUS_OTHER_AND_LAST_FRAME_WITH_PEC   (0xAA000000U)

Definition at line 353 of file stm32l4xx_hal_smbus.h.

Referenced by SMBUS_ConvertOtherXferOptions().

#define SMBUS_OTHER_FRAME_NO_PEC   (0x000000AAU)

Definition at line 350 of file stm32l4xx_hal_smbus.h.

Referenced by SMBUS_ConvertOtherXferOptions().

#define SMBUS_OTHER_FRAME_WITH_PEC   (0x0000AA00U)

Definition at line 351 of file stm32l4xx_hal_smbus.h.

Referenced by SMBUS_ConvertOtherXferOptions().