HAL + 0/1 examples
CodeScope will show references to LL_I2C_InitTypeDef::ClockSpeed from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
I2C
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_I2C_InitTypeDef::ClockSpeed

LL_I2C_InitTypeDef::ClockSpeed field

Specifies the clock frequency. This parameter must be set to a value lower than 400kHz (in Hz) This feature can be modified afterwards using unitary function LL_I2C_SetClockPeriod() or LL_I2C_SetDutyCycle() or LL_I2C_SetClockSpeedMode() or LL_I2C_ConfigSpeed().

Syntax

uint32_t ClockSpeed;

Examples

LL_I2C_InitTypeDef::ClockSpeed is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_i2c.h:77
uint32_t ClockSpeed; /*!< Specifies the clock frequency.
stm32f4xx_ll_i2c.c:184LL_I2C_Init()
stm32f4xx_ll_i2c.c:221LL_I2C_StructInit()
I2C_InitStruct->ClockSpeed = 5000U;

Data Use

Functions writing LL_I2C_InitTypeDef::ClockSpeed
Functions reading LL_I2C_InitTypeDef::ClockSpeed
all items filtered out
LL_I2C_InitTypeDef::ClockSpeed
all items filtered out
Type of LL_I2C_InitTypeDef::ClockSpeed
LL_I2C_InitTypeDef::ClockSpeed
uint32_t
all items filtered out