/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_rcc_ex.h | 460 #define __HAL_RCC_I2C1_CONFIG(__I2C1_CLKSOURCE__) LL_RCC_SetI2CClockSource(__I2C1_CLKSOURCE__) argument
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc_ex.h | 369 #define __HAL_RCC_I2C1_CONFIG(__I2C1_CLKSOURCE__) \ argument 370 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C1SEL, (uint32_t)(__I2C1_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rcc_ex.h | 495 #define __HAL_RCC_I2C1_CONFIG(__I2C1_CLKSOURCE__) \ argument 496 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_I2C1SEL, (__I2C1_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc_ex.h | 632 #define __HAL_RCC_I2C1_CONFIG(__I2C1_CLKSOURCE__) \ argument 633 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C1SEL, (uint32_t)(__I2C1_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_rcc_ex.h | 987 #define __HAL_RCC_I2C1_CONFIG(__I2C1_CLKSOURCE__) LL_RCC_SetI2CClockSource(__I2C1_CLKSOURCE__) argument
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc_ex.h | 623 #define __HAL_RCC_I2C1_CONFIG(__I2C1_CLKSOURCE__) \ argument 624 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C1SEL, (uint32_t)(__I2C1_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rcc_ex.h | 724 #define __HAL_RCC_I2C1_CONFIG(__I2C1_CLKSOURCE__) \ argument 725 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C1SEL, (__I2C1_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc_ex.h | 1613 #define __HAL_RCC_I2C1_CONFIG(__I2C1_CLKSOURCE__) \ argument 1614 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_I2C1SEL, (uint32_t)(__I2C1_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc_ex.h | 1040 #define __HAL_RCC_I2C1_CONFIG(__I2C1_CLKSOURCE__) \ argument 1041 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_I2C1SEL, (uint32_t)(__I2C1_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_rcc_ex.h | 1462 #define __HAL_RCC_I2C1_CONFIG(__I2C1_CLKSOURCE__) \ argument 1463 LL_RCC_SetI2CClockSource((__I2C1_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc_ex.h | 1464 #define __HAL_RCC_I2C1_CONFIG(__I2C1_CLKSOURCE__) \ argument 1465 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C1SEL, (__I2C1_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc_ex.h | 2252 #define __HAL_RCC_I2C1_CONFIG(__I2C1_CLKSOURCE__) \ argument 2253 MODIFY_REG(RCC->CCIPR4, RCC_CCIPR4_I2C1SEL, (uint32_t)(__I2C1_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_rcc_ex.h | 1532 #define __HAL_RCC_I2C1_CONFIG(__I2C1_CLKSOURCE__) \ argument 1533 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C1SEL, (uint32_t)(__I2C1_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc_ex.h | 2855 #define __HAL_RCC_I2C1_CONFIG(__I2C1_CLKSOURCE__) \ argument 2856 MODIFY_REG(RCC->DCKCFGR2, RCC_DCKCFGR2_I2C1SEL, (uint32_t)(__I2C1_CLKSOURCE__))
|