Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_i2c.h732 uint32_t clockconfig = 0x0U; in LL_I2C_ConfigSpeed() local
747 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()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_i2c.h732 uint32_t clockconfig = 0x0U; in LL_I2C_ConfigSpeed() local
747 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()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_i2c.h732 uint32_t clockconfig = 0x0U; in LL_I2C_ConfigSpeed() local
747 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()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_i2c.h840 uint32_t clockconfig = 0x0U; in LL_I2C_ConfigSpeed() local
855 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()