Home
last modified time | relevance | path

Searched refs:pll1source (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_rcc.c953 uint32_t pll1inputfreq, pll1outputfreq, pll1source; in RCC_PLL1P_GetFreqDomain() local
959 pll1source = LL_RCC_PLL1_GetMainSource(); in RCC_PLL1P_GetFreqDomain()
961 switch (pll1source) in RCC_PLL1P_GetFreqDomain()
996 uint32_t pll1inputfreq, pll1source; in RCC_PLL1Q_GetFreqDomain() local
1001 pll1source = LL_RCC_PLL1_GetMainSource(); in RCC_PLL1Q_GetFreqDomain()
1003 switch (pll1source) in RCC_PLL1Q_GetFreqDomain()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c2070 uint32_t pll1source; in RCC_PLL1_GetFreqDomain_SAI() local
2077 pll1source = LL_RCC_PLL1_GetMainSource(); in RCC_PLL1_GetFreqDomain_SAI()
2079 switch (pll1source) in RCC_PLL1_GetFreqDomain_SAI()
2125 uint32_t pll1source; in RCC_PLL1_GetFreqDomain_48M() local
2130 pll1source = LL_RCC_PLL1_GetMainSource(); in RCC_PLL1_GetFreqDomain_48M()
2132 switch (pll1source) in RCC_PLL1_GetFreqDomain_48M()
Dstm32u5xx_hal_rcc_ex.c1500 uint32_t pll1source; in HAL_RCCEx_GetPLL1ClockFreq() local
1508 pll1source = (RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1SRC); in HAL_RCCEx_GetPLL1ClockFreq()
1514 switch (pll1source) in HAL_RCCEx_GetPLL1ClockFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c2780 uint32_t pll1source; in HAL_RCCEx_GetPLL1ClockFreq() local
2793 pll1source = (RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1SRC); in HAL_RCCEx_GetPLL1ClockFreq()
2801 switch (pll1source) in HAL_RCCEx_GetPLL1ClockFreq()