Reference Manual to
LL API cross
reference:
CCR DUTY LL_I2C_SetDutyCycle
LL_I2C_GetDutyCycle
__STATIC_INLINE uint32_t LL_I2C_GetDutyCycle
(I2C_TypeDef * I2Cx)
Get the Duty cycle (Fast mode only).
Returned: value can be one of the following values:
LL_I2C_DUTYCYCLE_2
LL_I2C_DUTYCYCLE_16_9
Reference Manual to
LL API cross
reference:
CCR DUTY LL_I2C_GetDutyCycle
LL_I2C_SetClockSpeedMode
__STATIC_INLINE void LL_I2C_SetClockSpeedMode
(I2C_TypeDef * I2Cx, uint32_t ClockSpeedMode)
Configure the I2C master clock speed mode.
I2Cx: I2C Instance.
ClockSpeedMode: This parameter can be one of the
following values:
LL_I2C_CLOCK_SPEED_STANDARD_MODE
LL_I2C_CLOCK_SPEED_FAST_MODE
Reference Manual to
LL API cross
reference:
CCR FS LL_I2C_SetClockSpeedMode
LL_I2C_GetClockSpeedMode
__STATIC_INLINE uint32_t LL_I2C_GetClockSpeedMode
(I2C_TypeDef * I2Cx)
Get the the I2C master speed mode.
Returned: value can be one of the following values:
LL_I2C_CLOCK_SPEED_STANDARD_MODE
LL_I2C_CLOCK_SPEED_FAST_MODE
Reference Manual to
LL API cross
reference:
CCR FS LL_I2C_GetClockSpeedMode