Home
last modified time | relevance | path

Searched refs:ClockPeriod (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_i2c.h696 __STATIC_INLINE void LL_I2C_SetClockPeriod(I2C_TypeDef *I2Cx, uint32_t ClockPeriod) in LL_I2C_SetClockPeriod() argument
698 MODIFY_REG(I2Cx->CCR, I2C_CCR_CCR, ClockPeriod); in LL_I2C_SetClockPeriod()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_i2c.h696 __STATIC_INLINE void LL_I2C_SetClockPeriod(I2C_TypeDef *I2Cx, uint32_t ClockPeriod) in LL_I2C_SetClockPeriod() argument
698 MODIFY_REG(I2Cx->CCR, I2C_CCR_CCR, ClockPeriod); in LL_I2C_SetClockPeriod()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_i2c.h696 __STATIC_INLINE void LL_I2C_SetClockPeriod(I2C_TypeDef *I2Cx, uint32_t ClockPeriod) in LL_I2C_SetClockPeriod() argument
698 MODIFY_REG(I2Cx->CCR, I2C_CCR_CCR, ClockPeriod); in LL_I2C_SetClockPeriod()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_i2c.h804 __STATIC_INLINE void LL_I2C_SetClockPeriod(I2C_TypeDef *I2Cx, uint32_t ClockPeriod) in LL_I2C_SetClockPeriod() argument
806 MODIFY_REG(I2Cx->CCR, I2C_CCR_CCR, ClockPeriod); in LL_I2C_SetClockPeriod()