Home
last modified time | relevance | path

Searched refs:IS_RCC_CKPERCLKSOURCE (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h1772 #define IS_RCC_CKPERCLKSOURCE(__SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h911 #define IS_RCC_CKPERCLKSOURCE(SOURCE) (((SOURCE) == RCC_CKPERCLKSOURCE_HSI) || \ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h2710 #define IS_RCC_CKPERCLKSOURCE(__SOURCE__) \ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c309 assert_param(IS_RCC_CKPERCLKSOURCE(PeriphClkInit->CkperClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c653 assert_param(IS_RCC_CKPERCLKSOURCE(PeriphClkInit->CkperClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c223 assert_param(IS_RCC_CKPERCLKSOURCE(PeriphClkInit->CkperClockSelection)); in HAL_RCCEx_PeriphCLKConfig()