STM32L486xx HAL User Manual
Defines
SMBus Timeout Selection
I2C Exported Constants

Defines

#define LL_I2C_SMBUS_TIMEOUTA   I2C_TIMEOUTR_TIMOUTEN
#define LL_I2C_SMBUS_TIMEOUTB   I2C_TIMEOUTR_TEXTEN
#define LL_I2C_SMBUS_ALL_TIMEOUT   (uint32_t)(I2C_TIMEOUTR_TIMOUTEN | I2C_TIMEOUTR_TEXTEN)

Define Documentation

#define LL_I2C_SMBUS_ALL_TIMEOUT   (uint32_t)(I2C_TIMEOUTR_TIMOUTEN | I2C_TIMEOUTR_TEXTEN)

TimeoutA and TimeoutB (extended clock) enable bits

Definition at line 328 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_SMBUS_TIMEOUTA   I2C_TIMEOUTR_TIMOUTEN

TimeoutA enable bit

Definition at line 326 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_SMBUS_TIMEOUTB   I2C_TIMEOUTR_TEXTEN

TimeoutB (extended clock) enable bit

Definition at line 327 of file stm32l4xx_ll_i2c.h.