STM32H735xx HAL User Manual
|
Defines | |
#define | LL_I2C_MODE_I2C 0x00000000U |
#define | LL_I2C_MODE_SMBUS_HOST I2C_CR1_SMBHEN |
#define | LL_I2C_MODE_SMBUS_DEVICE 0x00000000U |
#define | LL_I2C_MODE_SMBUS_DEVICE_ARP I2C_CR1_SMBDEN |
#define LL_I2C_MODE_I2C 0x00000000U |
I2C Master or Slave mode
Definition at line 180 of file stm32h7xx_ll_i2c.h.
Referenced by LL_I2C_StructInit().
#define LL_I2C_MODE_SMBUS_DEVICE 0x00000000U |
SMBus Device default mode (Default address not acknowledge)
Definition at line 182 of file stm32h7xx_ll_i2c.h.
#define LL_I2C_MODE_SMBUS_DEVICE_ARP I2C_CR1_SMBDEN |
SMBus Device Default address acknowledge
Definition at line 184 of file stm32h7xx_ll_i2c.h.
#define LL_I2C_MODE_SMBUS_HOST I2C_CR1_SMBHEN |
SMBus Host address acknowledge
Definition at line 181 of file stm32h7xx_ll_i2c.h.