Home
last modified time | relevance | path

Searched refs:pll3source (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c2305 uint32_t pll3source; in RCC_PLL3_GetFreqDomain_SAI() local
2311 pll3source = LL_RCC_PLL3_GetSource(); in RCC_PLL3_GetFreqDomain_SAI()
2313 switch (pll3source) in RCC_PLL3_GetFreqDomain_SAI()
2404 uint32_t pll3source; in RCC_PLL3_GetFreqDomain_HSPI_LTDC() local
2408 pll3source = LL_RCC_PLL3_GetSource(); in RCC_PLL3_GetFreqDomain_HSPI_LTDC()
2410 switch (pll3source) in RCC_PLL3_GetFreqDomain_HSPI_LTDC()
Dstm32u5xx_hal_rcc_ex.c1674 uint32_t pll3source; in HAL_RCCEx_GetPLL3ClockFreq() local
1686 pll3source = (RCC->PLL3CFGR & RCC_PLL3CFGR_PLL3SRC); in HAL_RCCEx_GetPLL3ClockFreq()
1692 switch (pll3source) in HAL_RCCEx_GetPLL3ClockFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c3051 uint32_t pll3source; in HAL_RCCEx_GetPLL3ClockFreq() local
3063 pll3source = (RCC->PLL3CFGR & RCC_PLL3CFGR_PLL3SRC); in HAL_RCCEx_GetPLL3ClockFreq()
3071 switch (pll3source) in HAL_RCCEx_GetPLL3ClockFreq()