HAL
LL_I2C_SetClockSpeedMode() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_I2C_SetClockSpeedMode()

LL_I2C_SetClockSpeedMode() function

Configure the I2C master clock speed mode.

Syntax

__STATIC_INLINE void LL_I2C_SetClockSpeedMode(I2C_TypeDef *I2Cx,     uint32_t ClockSpeedMode);

Arguments

I2Cx

I2C Instance.

ClockSpeedMode

This parameter can be one of the following values: @arg LL_I2C_CLOCK_SPEED_STANDARD_MODE @arg LL_I2C_CLOCK_SPEED_FAST_MODE

Return value

None

References

LocationText
stm32f4xx_ll_i2c.h:754
__STATIC_INLINE void LL_I2C_SetClockSpeedMode(I2C_TypeDef *I2Cx, uint32_t ClockSpeedMode)

Data Use

Data read by LL_I2C_SetClockSpeedMode()
LL_I2C_SetClockSpeedMode()