Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc_ex.h282 #define RCC_SAI1CLKSOURCE_PLL1P 0x00000000U macro
937 #define IS_RCC_SAI1CLKSOURCE(__SOURCE__) (((__SOURCE__) == RCC_SAI1CLKSOURCE_PLL1P) || \
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c199 if (PeriphClkInit->Sai1ClockSelection == RCC_SAI1CLKSOURCE_PLL1P) in HAL_RCCEx_PeriphCLKConfig()
789 if (srcclk == RCC_SAI1CLKSOURCE_PLL1P) in HAL_RCCEx_GetPeriphCLKFreq()