Home
last modified time | relevance | path

Searched refs:IS_RCC_OSPICLKSOURCE (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c243 #define IS_RCC_OSPICLKSOURCE(__SOURCE__) \ macro
1029 assert_param(IS_RCC_OSPICLKSOURCE(pPeriphClkInit->OspiClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h2105 #define IS_RCC_OSPICLKSOURCE(__SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h2926 #define IS_RCC_OSPICLKSOURCE(__SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c666 assert_param(IS_RCC_OSPICLKSOURCE(PeriphClkInit->OspiClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h3634 #define IS_RCC_OSPICLKSOURCE(__SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c803 assert_param(IS_RCC_OSPICLKSOURCE(PeriphClkInit->OspiClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c2291 assert_param(IS_RCC_OSPICLKSOURCE(pPeriphClkInit->OspiClockSelection)); in HAL_RCCEx_PeriphCLKConfig()