STM32F439xx HAL User Manual
Defines
Master Clock Speed Mode
I2C Exported Constants

Defines

#define LL_I2C_CLOCK_SPEED_STANDARD_MODE   0x00000000U
#define LL_I2C_CLOCK_SPEED_FAST_MODE   I2C_CCR_FS

Define Documentation

#define LL_I2C_CLOCK_SPEED_FAST_MODE   I2C_CCR_FS

Master clock speed range is fast mode

Definition at line 216 of file stm32f4xx_ll_i2c.h.

Referenced by LL_I2C_ConfigSpeed().

#define LL_I2C_CLOCK_SPEED_STANDARD_MODE   0x00000000U

Master clock speed range is standard mode

Definition at line 215 of file stm32f4xx_ll_i2c.h.

Referenced by LL_I2C_ConfigSpeed().