STM32L486xx HAL User Manual
Defines
SMBus TimeoutA Mode SCL SDA Timeout
I2C Exported Constants

Defines

#define LL_I2C_SMBUS_TIMEOUTA_MODE_SCL_LOW   0x00000000U
#define LL_I2C_SMBUS_TIMEOUTA_MODE_SDA_SCL_HIGH   I2C_TIMEOUTR_TIDLE

Define Documentation

#define LL_I2C_SMBUS_TIMEOUTA_MODE_SCL_LOW   0x00000000U

TimeoutA is used to detect SCL low level timeout.

Definition at line 317 of file stm32l4xx_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 318 of file stm32l4xx_ll_i2c.h.