Symbols
loading...
Files
loading...

LL_I2C_DUTYCYCLE_2 macro

I2C fast mode Tlow/Thigh = 2

Syntax

#define LL_I2C_DUTYCYCLE_2 0x00000000U

Examples

LL_I2C_DUTYCYCLE_2 is referenced by 8 libraries and example projects.

References

LocationText
stm32f4xx_ll_i2c.h:189
#define LL_I2C_DUTYCYCLE_2 0x00000000U /*!< I2C fast mode Tlow/Thigh = 2 */
stm32f4xx_ll_i2c.c:222
I2C_InitStruct->DutyCycle = LL_I2C_DUTYCYCLE_2;
stm32f4xx_ll_i2c.h:322
#define __LL_I2C_SPEED_FAST_TO_CCR(__PCLK__, __SPEED__, __DUTYCYCLE__) (uint32_t)(((__DUTYCYCLE__) == LL_I2C_DUTYCYCLE_2)? \