HAL
LL_I2C_SetDutyCycle() is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_I2C_SetDutyCycle() function

Configure the Duty cycle (Fast mode only).

Syntax

__STATIC_INLINE void LL_I2C_SetDutyCycle(I2C_TypeDef *I2Cx,     uint32_t DutyCycle);

Arguments

I2Cx

I2C Instance.

DutyCycle

This parameter can be one of the following values: @arg LL_I2C_DUTYCYCLE_2 @arg LL_I2C_DUTYCYCLE_16_9

Return value

None

References

LocationText
stm32f4xx_ll_i2c.h:727
__STATIC_INLINE void LL_I2C_SetDutyCycle(I2C_TypeDef *I2Cx, uint32_t DutyCycle)

Data Use

Data read by LL_I2C_SetDutyCycle()
LL_I2C_SetDutyCycle()