Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_i2c.h733 uint32_t clockconfig = 0x0U; in LL_I2C_ConfigSpeed() local
748 clockconfig = LL_I2C_CLOCK_SPEED_FAST_MODE | \ in LL_I2C_ConfigSpeed()
755 clockconfig = LL_I2C_CLOCK_SPEED_STANDARD_MODE | \ in LL_I2C_ConfigSpeed()
760 MODIFY_REG(I2Cx->CCR, (I2C_CCR_FS | I2C_CCR_DUTY | I2C_CCR_CCR), clockconfig); in LL_I2C_ConfigSpeed()

Completed in 10 milliseconds