Searched refs:__I2C2_CLKSOURCE__ (Results 1 – 9 of 9) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_rcc_ex.h | 478 #define __HAL_RCC_I2C2_CONFIG(__I2C2_CLKSOURCE__) LL_RCC_SetI2CClockSource(__I2C2_CLKSOURCE__) argument
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc_ex.h | 641 #define __HAL_RCC_I2C2_CONFIG(__I2C2_CLKSOURCE__) \ argument 642 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C2SEL, (uint32_t)(__I2C2_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rcc_ex.h | 745 #define __HAL_RCC_I2C2_CONFIG(__I2C2_CLKSOURCE__) \ argument 746 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C2SEL, (__I2C2_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc_ex.h | 1634 #define __HAL_RCC_I2C2_CONFIG(__I2C2_CLKSOURCE__) \ argument 1635 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_I2C2SEL, (uint32_t)(__I2C2_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc_ex.h | 1060 #define __HAL_RCC_I2C2_CONFIG(__I2C2_CLKSOURCE__) \ argument 1061 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_I2C2SEL, (uint32_t)(__I2C2_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_rcc_ex.h | 1486 #define __HAL_RCC_I2C2_CONFIG(__I2C2_CLKSOURCE__) \ argument 1487 LL_RCC_SetI2CClockSource((__I2C2_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc_ex.h | 1486 #define __HAL_RCC_I2C2_CONFIG(__I2C2_CLKSOURCE__) \ argument 1487 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C2SEL, (__I2C2_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc_ex.h | 2282 #define __HAL_RCC_I2C2_CONFIG(__I2C2_CLKSOURCE__) \ argument 2283 MODIFY_REG(RCC->CCIPR4, RCC_CCIPR4_I2C2SEL, (uint32_t)(__I2C2_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc_ex.h | 2874 #define __HAL_RCC_I2C2_CONFIG(__I2C2_CLKSOURCE__) \ argument 2875 MODIFY_REG(RCC->DCKCFGR2, RCC_DCKCFGR2_I2C2SEL, (uint32_t)(__I2C2_CLKSOURCE__))
|