Home
last modified time | relevance | path

Searched refs:IS_RCC_ADF1CLKSOURCE (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c236 #define IS_RCC_ADF1CLKSOURCE(__SOURCE__) \ macro
779 assert_param(IS_RCC_ADF1CLKSOURCE(pPeriphClkInit->Adf1ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h1759 #define IS_RCC_ADF1CLKSOURCE(__SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h2700 #define IS_RCC_ADF1CLKSOURCE(__SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c395 assert_param(IS_RCC_ADF1CLKSOURCE(PeriphClkInit->Adf1ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c620 assert_param(IS_RCC_ADF1CLKSOURCE(PeriphClkInit->Adf1ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()