STM32H735xx 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

Define Documentation

Value:
(uint32_t)(I2C_TIMEOUTR_TIMOUTEN | \
                                                       I2C_TIMEOUTR_TEXTEN)

TimeoutA and TimeoutB (extended clock) enable bits

Definition at line 344 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_SMBUS_TIMEOUTA   I2C_TIMEOUTR_TIMOUTEN

TimeoutA enable bit

Definition at line 341 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_SMBUS_TIMEOUTB   I2C_TIMEOUTR_TEXTEN

TimeoutB (extended clock) enable bit

Definition at line 342 of file stm32h7xx_ll_i2c.h.