Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc_ex.h308 #define RCC_ASCLKSOURCE_PLL1P 0x00000000U macro
951 #define IS_RCC_ASCLKSOURCE(__SOURCE__) (((__SOURCE__) == RCC_ASCLKSOURCE_PLL1P) || \
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c243 if (PeriphClkInit->AudioSyncClockSelection == RCC_ASCLKSOURCE_PLL1P) in HAL_RCCEx_PeriphCLKConfig()
873 if (srcclk == RCC_ASCLKSOURCE_PLL1P) in HAL_RCCEx_GetPeriphCLKFreq()