Searched refs:clockconfig (Results 1 – 1 of 1) sorted by relevance
733 uint32_t clockconfig = 0x0U; in LL_I2C_ConfigSpeed() local748 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