STM32H735xx HAL User Manual
|
Defines | |
#define | LL_I2C_SMBUS_TIMEOUTA_MODE_SCL_LOW 0x00000000U |
#define | LL_I2C_SMBUS_TIMEOUTA_MODE_SDA_SCL_HIGH I2C_TIMEOUTR_TIDLE |
#define LL_I2C_SMBUS_TIMEOUTA_MODE_SCL_LOW 0x00000000U |
TimeoutA is used to detect SCL low level timeout.
Definition at line 330 of file stm32h7xx_ll_i2c.h.
#define LL_I2C_SMBUS_TIMEOUTA_MODE_SDA_SCL_HIGH I2C_TIMEOUTR_TIDLE |
TimeoutA is used to detect both SCL and SDA high level timeout.
Definition at line 332 of file stm32h7xx_ll_i2c.h.