Searched refs:PeriphClock (Results 1 – 1 of 1) sorted by relevance
595 __STATIC_INLINE void LL_I2C_SetPeriphClock(I2C_TypeDef *I2Cx, uint32_t PeriphClock) in LL_I2C_SetPeriphClock() argument597 MODIFY_REG(I2Cx->CR2, I2C_CR2_FREQ, __LL_I2C_FREQ_HZ_TO_MHZ(PeriphClock)); in LL_I2C_SetPeriphClock()729 __STATIC_INLINE void LL_I2C_ConfigSpeed(I2C_TypeDef *I2Cx, uint32_t PeriphClock, uint32_t ClockSpee… in LL_I2C_ConfigSpeed() argument736 freqrange = __LL_I2C_FREQ_HZ_TO_MHZ(PeriphClock); in LL_I2C_ConfigSpeed()749 __LL_I2C_SPEED_FAST_TO_CCR(PeriphClock, ClockSpeed, DutyCycle) | \ in LL_I2C_ConfigSpeed()756 __LL_I2C_SPEED_STANDARD_TO_CCR(PeriphClock, ClockSpeed); in LL_I2C_ConfigSpeed()
Completed in 6 milliseconds