/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_ll_rcc.c | 1193 uint32_t pllinputfreq = 0U, pllsource = 0U, plloutputfreq = 0U; in RCC_PLL_GetFreqDomain_SYS() local 1198 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SYS() 1200 switch (pllsource) in RCC_PLL_GetFreqDomain_SYS() 1237 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_48M() local 1242 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_48M() 1244 switch (pllsource) in RCC_PLL_GetFreqDomain_48M() 1269 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_DSI() local 1274 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_DSI() 1276 switch (pllsource) in RCC_PLL_GetFreqDomain_DSI() 1299 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_I2S() local [all …]
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_ll_rcc.c | 1534 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_SYS() local 1539 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SYS() 1541 switch (pllsource) in RCC_PLL_GetFreqDomain_SYS() 1576 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_SAI() local 1581 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SAI() 1583 switch (pllsource) in RCC_PLL_GetFreqDomain_SAI() 1618 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_48M() local 1623 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_48M() 1625 switch (pllsource) in RCC_PLL_GetFreqDomain_48M() 1659 uint32_t pllinputfreq, pllsource; in RCC_PLLSAI2_GetFreqDomain_DSI() local [all …]
|
H A D | stm32l4xx_hal_rcc.c | 1404 uint32_t pllvco, pllsource, pllr, pllm; /* no init needed */ in HAL_RCC_GetSysClockFreq() local 1455 pllsource = READ_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLLSRC); in HAL_RCC_GetSysClockFreq() 1457 switch (pllsource) in HAL_RCC_GetSysClockFreq() 1867 uint32_t pllvco, pllsource, pllr, pllm, sysclockfreq; /* no init needed */ in RCC_GetSysClockFreqFromPLLSource() local 1887 pllsource = READ_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLLSRC); in RCC_GetSysClockFreqFromPLLSource() 1889 switch (pllsource) in RCC_GetSysClockFreqFromPLLSource()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Src/ |
H A D | system_stm32wbxx.c | 278 uint32_t tmp, msirange, pllvco, pllr, pllsource , pllm; in SystemCoreClockUpdate() local 305 pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC); in SystemCoreClockUpdate() 308 if(pllsource == 0x02UL) /* HSI used as PLL clock source */ in SystemCoreClockUpdate() 312 else if(pllsource == 0x03UL) /* HSE used as PLL clock source */ in SystemCoreClockUpdate()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/ |
H A D | stm32wbxx_hal_rcc_ex.c | 2130 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_P() local 2135 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_P() 2137 switch (pllsource) in RCC_PLL_GetFreqDomain_P() 2173 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_Q() local 2178 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_Q() 2180 switch (pllsource) in RCC_PLL_GetFreqDomain_Q() 2217 uint32_t pllinputfreq, pllsource; in RCC_PLLSAI1_GetFreqDomain_R() local 2221 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLLSAI1_GetFreqDomain_R() 2223 switch (pllsource) in RCC_PLLSAI1_GetFreqDomain_R() 2258 uint32_t pllinputfreq, pllsource; in RCC_PLLSAI1_GetFreqDomain_P() local [all …]
|
H A D | stm32wbxx_hal_rcc.c | 1352 uint32_t pllsource; in HAL_RCC_GetSysClockFreq() local 1382 pllsource = LL_RCC_PLL_GetMainSource(); in HAL_RCC_GetSysClockFreq() 1383 switch (pllsource) in HAL_RCC_GetSysClockFreq()
|
/btstack/port/stm32-l451-miromico-sx1280/Src/ |
H A D | system_stm32l4xx.c | 258 uint32_t tmp = 0U, msirange = 0U, pllvco = 0U, pllr = 2U, pllsource = 0U, pllm = 2U; in SystemCoreClockUpdate() local 291 pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC); in SystemCoreClockUpdate() 294 switch (pllsource) in SystemCoreClockUpdate()
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Src/ |
H A D | system_stm32l4xx.c | 258 uint32_t tmp = 0U, msirange = 0U, pllvco = 0U, pllr = 2U, pllsource = 0U, pllm = 2U; in SystemCoreClockUpdate() local 291 pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC); in SystemCoreClockUpdate() 294 switch (pllsource) in SystemCoreClockUpdate()
|
/btstack/port/stm32-l073rz-nucleo-em9304/Src/ |
H A D | system_stm32l0xx.c | 206 uint32_t tmp = 0U, pllmul = 0U, plldiv = 0U, pllsource = 0U, msirange = 0U; in SystemCoreClockUpdate() local 237 pllsource = RCC->CFGR & RCC_CFGR_PLLSRC; in SystemCoreClockUpdate() 239 if (pllsource == 0x00U) in SystemCoreClockUpdate()
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/ |
H A D | system_stm32f4xx.c | 207 uint32_t tmp = 0, pllvco = 0, pllp = 2, pllsource = 0, pllm = 2; in SystemCoreClockUpdate() local 225 pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) >> 22; in SystemCoreClockUpdate() 228 if (pllsource != 0) in SystemCoreClockUpdate()
|
/btstack/port/stm32-f4discovery-cc256x/Src/ |
H A D | system_stm32f4xx.c | 241 uint32_t tmp = 0, pllvco = 0, pllp = 2, pllsource = 0, pllm = 2; in SystemCoreClockUpdate() local 259 pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) >> 22; in SystemCoreClockUpdate() 262 if (pllsource != 0) in SystemCoreClockUpdate()
|
/btstack/port/stm32-f4discovery-usb/Core/Src/ |
H A D | system_stm32f4xx.c | 207 uint32_t tmp = 0, pllvco = 0, pllp = 2, pllsource = 0, pllm = 2; in SystemCoreClockUpdate() local 225 pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) >> 22; in SystemCoreClockUpdate() 228 if (pllsource != 0) in SystemCoreClockUpdate()
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_rcc.c | 1404 uint32_t pllvco, pllsource, pllr, pllm; /* no init needed */ in HAL_RCC_GetSysClockFreq() local 1455 pllsource = READ_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLLSRC); in HAL_RCC_GetSysClockFreq() 1457 switch (pllsource) in HAL_RCC_GetSysClockFreq() 1867 uint32_t pllvco, pllsource, pllr, pllm, sysclockfreq; /* no init needed */ in RCC_GetSysClockFreqFromPLLSource() local 1887 pllsource = READ_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLLSRC); in RCC_GetSysClockFreqFromPLLSource() 1889 switch (pllsource) in RCC_GetSysClockFreqFromPLLSource()
|