STM32L443xx HAL User Manual
|
Defines | |
#define | SMBUS_NO_STARTSTOP (0x00000000U) |
#define | SMBUS_GENERATE_STOP (uint32_t)(0x80000000U | I2C_CR2_STOP) |
#define | SMBUS_GENERATE_START_READ (uint32_t)(0x80000000U | I2C_CR2_START | I2C_CR2_RD_WRN) |
#define | SMBUS_GENERATE_START_WRITE (uint32_t)(0x80000000U | I2C_CR2_START) |
#define SMBUS_GENERATE_START_READ (uint32_t)(0x80000000U | I2C_CR2_START | I2C_CR2_RD_WRN) |
Definition at line 327 of file stm32l4xx_hal_smbus.h.
Referenced by HAL_SMBUS_Master_Receive_IT().
#define SMBUS_GENERATE_START_WRITE (uint32_t)(0x80000000U | I2C_CR2_START) |
Definition at line 328 of file stm32l4xx_hal_smbus.h.
Referenced by HAL_SMBUS_Master_Transmit_IT().
#define SMBUS_GENERATE_STOP (uint32_t)(0x80000000U | I2C_CR2_STOP) |
Definition at line 326 of file stm32l4xx_hal_smbus.h.
#define SMBUS_NO_STARTSTOP (0x00000000U) |
Definition at line 325 of file stm32l4xx_hal_smbus.h.
Referenced by HAL_SMBUS_Master_Abort_IT(), HAL_SMBUS_Master_Receive_IT(), HAL_SMBUS_Master_Transmit_IT(), HAL_SMBUS_Slave_Receive_IT(), HAL_SMBUS_Slave_Transmit_IT(), SMBUS_Master_ISR(), and SMBUS_Slave_ISR().