Home
last modified time | relevance | path

Searched refs:IS_RCC_ASCLKSOURCE (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc_ex.h951 #define IS_RCC_ASCLKSOURCE(__SOURCE__) (((__SOURCE__) == RCC_ASCLKSOURCE_PLL1P) || \ macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c238 assert_param(IS_RCC_ASCLKSOURCE(PeriphClkInit->AudioSyncClockSelection)); in HAL_RCCEx_PeriphCLKConfig()