Macros | |
#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_STOP (uint32_t)(0x80000000U | I2C_CR2_STOP) |
#define | SMBUS_NO_STARTSTOP (0x00000000U) |
#define SMBUS_GENERATE_START_READ (uint32_t)(0x80000000U | I2C_CR2_START | I2C_CR2_RD_WRN) |
Definition at line 311 of file stm32f7xx_hal_smbus.h.
#define SMBUS_GENERATE_START_WRITE (uint32_t)(0x80000000U | I2C_CR2_START) |
Definition at line 312 of file stm32f7xx_hal_smbus.h.
#define SMBUS_GENERATE_STOP (uint32_t)(0x80000000U | I2C_CR2_STOP) |
Definition at line 310 of file stm32f7xx_hal_smbus.h.
#define SMBUS_NO_STARTSTOP (0x00000000U) |
Definition at line 309 of file stm32f7xx_hal_smbus.h.