Searched refs:clockconfig (Results 1 – 4 of 4) sorted by relevance
732 uint32_t clockconfig = 0x0U; in LL_I2C_ConfigSpeed() local747 clockconfig = LL_I2C_CLOCK_SPEED_FAST_MODE | \ in LL_I2C_ConfigSpeed()754 clockconfig = LL_I2C_CLOCK_SPEED_STANDARD_MODE | \ in LL_I2C_ConfigSpeed()759 MODIFY_REG(I2Cx->CCR, (I2C_CCR_FS | I2C_CCR_DUTY | I2C_CCR_CCR), clockconfig); in LL_I2C_ConfigSpeed()
840 uint32_t clockconfig = 0x0U; in LL_I2C_ConfigSpeed() local855 clockconfig = LL_I2C_CLOCK_SPEED_FAST_MODE | \ in LL_I2C_ConfigSpeed()862 clockconfig = LL_I2C_CLOCK_SPEED_STANDARD_MODE | \ in LL_I2C_ConfigSpeed()867 MODIFY_REG(I2Cx->CCR, (I2C_CCR_FS | I2C_CCR_DUTY | I2C_CCR_CCR), clockconfig); in LL_I2C_ConfigSpeed()