STM32H735xx HAL User Manual
|
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_FRAME_WITH_PEC ((uint32_t)(SMBUS_SOFTEND_MODE | SMBUS_SENDPEC_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) |
Definition at line 343 of file stm32h7xx_hal_smbus.h.
Referenced by SMBUS_ConvertOtherXferOptions().
#define SMBUS_FIRST_AND_LAST_FRAME_WITH_PEC ((uint32_t)(SMBUS_AUTOEND_MODE | SMBUS_SENDPEC_MODE)) |
Definition at line 346 of file stm32h7xx_hal_smbus.h.
Referenced by SMBUS_ConvertOtherXferOptions().
#define SMBUS_FIRST_FRAME SMBUS_SOFTEND_MODE |
Definition at line 341 of file stm32h7xx_hal_smbus.h.
Referenced by SMBUS_ConvertOtherXferOptions().
#define SMBUS_FIRST_FRAME_WITH_PEC ((uint32_t)(SMBUS_SOFTEND_MODE | SMBUS_SENDPEC_MODE)) |
Definition at line 345 of file stm32h7xx_hal_smbus.h.
Definition at line 344 of file stm32h7xx_hal_smbus.h.
#define SMBUS_LAST_FRAME_WITH_PEC ((uint32_t)(SMBUS_AUTOEND_MODE | SMBUS_SENDPEC_MODE)) |
Definition at line 347 of file stm32h7xx_hal_smbus.h.
#define SMBUS_NEXT_FRAME ((uint32_t)(SMBUS_RELOAD_MODE | SMBUS_SOFTEND_MODE)) |
Definition at line 342 of file stm32h7xx_hal_smbus.h.
#define SMBUS_OTHER_AND_LAST_FRAME_NO_PEC (0x00AA0000U) |
Definition at line 354 of file stm32h7xx_hal_smbus.h.
Referenced by SMBUS_ConvertOtherXferOptions().
#define SMBUS_OTHER_AND_LAST_FRAME_WITH_PEC (0xAA000000U) |
Definition at line 355 of file stm32h7xx_hal_smbus.h.
Referenced by SMBUS_ConvertOtherXferOptions().
#define SMBUS_OTHER_FRAME_NO_PEC (0x000000AAU) |
Definition at line 352 of file stm32h7xx_hal_smbus.h.
Referenced by SMBUS_ConvertOtherXferOptions().
#define SMBUS_OTHER_FRAME_WITH_PEC (0x0000AA00U) |
Definition at line 353 of file stm32h7xx_hal_smbus.h.
Referenced by SMBUS_ConvertOtherXferOptions().