I2C_SCL_FREQ_KHZ is only used within STM32469I_EVAL.
 
Symbols
loading...
Files
loading...

I2C_SCL_FREQ_KHZ macro

I2C clock speed configuration (in Hz) WARNING: Make sure that this define is not already declared in other files It can be used in parallel by other modules. f(I2C_SCL) = 400 kHz

Syntax

#define I2C_SCL_FREQ_KHZ 400000

References

LocationText
stm32469i_eval.h:339
#define I2C_SCL_FREQ_KHZ 400000 /*!< f(I2C_SCL) = 400 kHz */
stm32469i_eval.c:658
heval_I2c.Init.ClockSpeed = I2C_SCL_FREQ_KHZ;