Searched refs:__I2C4_CLKSOURCE__ (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rcc_ex.h | 787 #define __HAL_RCC_I2C4_CONFIG(__I2C4_CLKSOURCE__) \ argument 788 MODIFY_REG(RCC->CCIPR2, RCC_CCIPR2_I2C4SEL, (__I2C4_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc_ex.h | 1676 #define __HAL_RCC_I2C4_CONFIG(__I2C4_CLKSOURCE__) \ argument 1677 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_I2C4SEL, (uint32_t)(__I2C4_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc_ex.h | 1100 #define __HAL_RCC_I2C4_CONFIG(__I2C4_CLKSOURCE__) \ argument 1101 MODIFY_REG(RCC->CCIPR2, RCC_CCIPR2_I2C4SEL, (uint32_t)(__I2C4_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_rcc_ex.h | 1534 #define __HAL_RCC_I2C4_CONFIG(__I2C4_CLKSOURCE__) \ argument 1535 LL_RCC_SetI2CClockSource((__I2C4_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc_ex.h | 1530 #define __HAL_RCC_I2C4_CONFIG(__I2C4_CLKSOURCE__) \ argument 1531 MODIFY_REG(RCC->CCIPR2, RCC_CCIPR2_I2C4SEL, (__I2C4_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc_ex.h | 2333 #define __HAL_RCC_I2C4_CONFIG(__I2C4_CLKSOURCE__) \ argument 2334 MODIFY_REG(RCC->CCIPR4, RCC_CCIPR4_I2C4SEL, (uint32_t)(__I2C4_CLKSOURCE__))
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc_ex.h | 2912 #define __HAL_RCC_I2C4_CONFIG(__I2C4_CLKSOURCE__) \ argument 2913 MODIFY_REG(RCC->DCKCFGR2, RCC_DCKCFGR2_I2C4SEL, (uint32_t)(__I2C4_CLKSOURCE__))
|