Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h3491 #define IS_RCC_I3C2CLKSOURCE(__SOURCE__) \ macro
3496 #define IS_RCC_I3C2CLKSOURCE(__SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h2806 #define IS_RCC_I3C2CLKSOURCE(__SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1145 assert_param(IS_RCC_I3C2CLKSOURCE(pPeriphClkInit->I3c2ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c1065 assert_param(IS_RCC_I3C2CLKSOURCE(PeriphClkInit->I3c2ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()