Home
last modified time | relevance | path

Searched defs:pllsource (Results 1 – 13 of 13) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_rcc.c1193 uint32_t pllinputfreq = 0U, pllsource = 0U, plloutputfreq = 0U; in RCC_PLL_GetFreqDomain_SYS() local
1237 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_48M() local
1269 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_DSI() local
1299 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_I2S() local
1329 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_SPDIFRX() local
1360 uint32_t pllinputfreq = 0U, pllsource = 0U, plloutputfreq = 0U; in RCC_PLL_GetFreqDomain_SAI() local
1401 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLLSAI_GetFreqDomain_SAI() local
1433 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLLSAI_GetFreqDomain_48M() local
1466 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLLSAI_GetFreqDomain_LTDC() local
1547 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLLI2S_GetFreqDomain_SPDIFRX() local
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_rcc.c1534 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_SYS() local
1576 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_SAI() local
1618 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_48M() local
1659 uint32_t pllinputfreq, pllsource; in RCC_PLLSAI2_GetFreqDomain_DSI() local
1702 uint32_t pllinputfreq, pllsource; in RCC_PLLSAI1_GetFreqDomain_SAI() local
1746 uint32_t pllinputfreq, pllsource; in RCC_PLLSAI1_GetFreqDomain_48M() local
1790 uint32_t pllinputfreq, pllsource; in RCC_PLLSAI1_GetFreqDomain_ADC() local
1836 uint32_t pllinputfreq, pllsource; in RCC_PLLSAI2_GetFreqDomain_SAI() local
1886 uint32_t pllinputfreq, pllsource; in RCC_PLLSAI2_GetFreqDomain_LTDC() local
1929 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLLSAI2_GetFreqDomain_ADC() local
H A Dstm32l4xx_hal_rcc.c1404 uint32_t pllvco, pllsource, pllr, pllm; /* no init needed */ in HAL_RCC_GetSysClockFreq() local
1867 uint32_t pllvco, pllsource, pllr, pllm, sysclockfreq; /* no init needed */ in RCC_GetSysClockFreqFromPLLSource() local
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_rcc_ex.c2130 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_P() local
2173 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_Q() local
2217 uint32_t pllinputfreq, pllsource; in RCC_PLLSAI1_GetFreqDomain_R() local
2258 uint32_t pllinputfreq, pllsource; in RCC_PLLSAI1_GetFreqDomain_P() local
2299 uint32_t pllinputfreq, pllsource; in RCC_PLLSAI1_GetFreqDomain_Q() local
H A Dstm32wbxx_hal_rcc.c1352 uint32_t pllsource; in HAL_RCC_GetSysClockFreq() local
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_rcc.c1404 uint32_t pllvco, pllsource, pllr, pllm; /* no init needed */ in HAL_RCC_GetSysClockFreq() local
1867 uint32_t pllvco, pllsource, pllr, pllm, sysclockfreq; /* no init needed */ in RCC_GetSysClockFreqFromPLLSource() local
/btstack/port/stm32-l073rz-nucleo-em9304/Src/
H A Dsystem_stm32l0xx.c206 uint32_t tmp = 0U, pllmul = 0U, plldiv = 0U, pllsource = 0U, msirange = 0U; in SystemCoreClockUpdate() local
/btstack/port/stm32-l451-miromico-sx1280/Src/
H A Dsystem_stm32l4xx.c258 uint32_t tmp = 0U, msirange = 0U, pllvco = 0U, pllr = 2U, pllsource = 0U, pllm = 2U; in SystemCoreClockUpdate() local
/btstack/port/stm32-l476rg-nucleo-sx1280/Src/
H A Dsystem_stm32l4xx.c258 uint32_t tmp = 0U, msirange = 0U, pllvco = 0U, pllr = 2U, pllsource = 0U, pllm = 2U; in SystemCoreClockUpdate() local
/btstack/port/stm32-wb55xx-nucleo-freertos/Src/
H A Dsystem_stm32wbxx.c278 uint32_t tmp, msirange, pllvco, pllr, pllsource , pllm; in SystemCoreClockUpdate() local
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/
H A Dsystem_stm32f4xx.c207 uint32_t tmp = 0, pllvco = 0, pllp = 2, pllsource = 0, pllm = 2; in SystemCoreClockUpdate() local
/btstack/port/stm32-f4discovery-cc256x/Src/
H A Dsystem_stm32f4xx.c241 uint32_t tmp = 0, pllvco = 0, pllp = 2, pllsource = 0, pllm = 2; in SystemCoreClockUpdate() local
/btstack/port/stm32-f4discovery-usb/Core/Src/
H A Dsystem_stm32f4xx.c207 uint32_t tmp = 0, pllvco = 0, pllp = 2, pllsource = 0, pllm = 2; in SystemCoreClockUpdate() local