STM32F439xx HAL User Manual
Defines
Fast Mode Duty Cycle
I2C Exported Constants

Defines

#define LL_I2C_DUTYCYCLE_2   0x00000000U
#define LL_I2C_DUTYCYCLE_16_9   I2C_CCR_DUTY

Define Documentation

#define LL_I2C_DUTYCYCLE_16_9   I2C_CCR_DUTY

I2C fast mode Tlow/Thigh = 16/9

Definition at line 207 of file stm32f4xx_ll_i2c.h.

#define LL_I2C_DUTYCYCLE_2   0x00000000U

I2C fast mode Tlow/Thigh = 2

Definition at line 206 of file stm32f4xx_ll_i2c.h.

Referenced by LL_I2C_StructInit().