Home
last modified time | relevance | path

Searched refs:lptim_frequency (Results 1 – 17 of 17) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_rcc.c2210 uint32_t lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetLPTIMClockFreq() local
2222 lptim_frequency = RCC_GetPCLK3ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetLPTIMClockFreq()
2231 lptim_frequency = PLL_Clocks.PLL_P_Frequency; in LL_RCC_GetLPTIMClockFreq()
2243 lptim_frequency = PLL_Clocks.PLL_R_Frequency; in LL_RCC_GetLPTIMClockFreq()
2252 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
2259 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
2264 lptim_frequency = LL_RCC_GetCLKPClockFreq(LL_RCC_GetCLKPClockSource(LL_RCC_CLKP_CLKSOURCE)); in LL_RCC_GetLPTIMClockFreq()
2278 lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetLPTIMClockFreq()
2287 lptim_frequency = PLL_Clocks.PLL_P_Frequency; in LL_RCC_GetLPTIMClockFreq()
2299 lptim_frequency = PLL_Clocks.PLL_R_Frequency; in LL_RCC_GetLPTIMClockFreq()
[all …]
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_rcc.c620 uint32_t lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetLPTIMClockFreq() local
635 lptim_frequency = LSI_VALUE / 128U; in LL_RCC_GetLPTIMClockFreq()
639 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
646 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
653 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
658 lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetLPTIMClockFreq()
675 lptim_frequency = LSI_VALUE / 128U; in LL_RCC_GetLPTIMClockFreq()
679 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
687 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
694 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
[all …]
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_rcc.c450 uint32_t lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetLPTIMClockFreq() local
465 lptim_frequency = LSI_VALUE / 128U; in LL_RCC_GetLPTIMClockFreq()
469 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
477 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
484 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
490 lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLK1ClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetLPTIMClockFreq()
504 lptim_frequency = LSI_VALUE / 128U; in LL_RCC_GetLPTIMClockFreq()
508 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
516 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
523 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_rcc.c647 uint32_t lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetLPTIMClockFreq() local
660 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
667 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
674 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
679 lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetLPTIMClockFreq()
695 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
702 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
709 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
714 lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetLPTIMClockFreq()
730 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c945 uint32_t lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetLPTIMClockFreq() local
960 lptim_frequency = LSI_VALUE / 128U; in LL_RCC_GetLPTIMClockFreq()
964 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
972 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
979 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
984 lptim_frequency = __LL_RCC_CALC_MSIK_FREQ(LL_RCC_MSI_IsEnabledRangeSelect(), in LL_RCC_GetLPTIMClockFreq()
1005 lptim_frequency = LSI_VALUE / 128U; in LL_RCC_GetLPTIMClockFreq()
1009 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
1017 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
1024 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
[all …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_rcc.c548 uint32_t lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetLPTIMClockFreq() local
565 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
572 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
579 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
584 lptim_frequency = RCC_GetPCLK7ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetLPTIMClockFreq()
605 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
612 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
619 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
624 lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetLPTIMClockFreq()
638 return lptim_frequency; in LL_RCC_GetLPTIMClockFreq()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_rcc.c528 uint32_t lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetLPTIMClockFreq() local
542 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
549 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
556 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
562 lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLK1ClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetLPTIMClockFreq()
574 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
581 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
588 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
594 lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLK1ClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetLPTIMClockFreq()
599 return lptim_frequency; in LL_RCC_GetLPTIMClockFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rcc.c606 uint32_t lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetLPTIMClockFreq() local
619 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
626 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
633 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
639 lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetLPTIMClockFreq()
651 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
658 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
665 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
671 lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetLPTIMClockFreq()
676 return lptim_frequency; in LL_RCC_GetLPTIMClockFreq()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c741 uint32_t lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetLPTIMClockFreq() local
757 lptim_frequency = LSI_VALUE / 128U; in LL_RCC_GetLPTIMClockFreq()
762 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
770 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
777 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
782 lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetLPTIMClockFreq()
802 lptim_frequency = LSI_VALUE / 128U; in LL_RCC_GetLPTIMClockFreq()
807 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
815 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
822 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
[all …]
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_rcc.c474 uint32_t lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetLPTIMClockFreq() local
487 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
496 lptim_frequency = (HSI_VALUE >> 2U); in LL_RCC_GetLPTIMClockFreq()
500 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
508 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
514 lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetLPTIMClockFreq()
519 return lptim_frequency; in LL_RCC_GetLPTIMClockFreq()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_rcc.c740 uint32_t lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetLPTIMClockFreq() local
749lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(LL_RCC_CALC_SYSCLK_FREQ(RCC_GetSystem… in LL_RCC_GetLPTIMClockFreq()
754lptim_frequency = RCC_GetPCLK4ClockFreq(RCC_GetHCLKClockFreq(LL_RCC_CALC_SYSCLK_FREQ(RCC_GetSystem… in LL_RCC_GetLPTIMClockFreq()
763 lptim_frequency = PLL_Clocks.PLL_P_Frequency; in LL_RCC_GetLPTIMClockFreq()
773 lptim_frequency = PLL_Clocks.PLL_R_Frequency; in LL_RCC_GetLPTIMClockFreq()
782 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
791 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
798 lptim_frequency = LL_RCC_GetCLKPClockFreq(LL_RCC_CLKP_CLKSOURCE); in LL_RCC_GetLPTIMClockFreq()
806 return lptim_frequency; in LL_RCC_GetLPTIMClockFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_rcc.c1814 uint32_t lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetLPTIMClockFreq() local
1823 lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetMLHCLKClockFreq(RCC_GetMCUSSClockFreq())); in LL_RCC_GetLPTIMClockFreq()
1831 lptim_frequency = PLL_Clocks.PLL_P_Frequency; in LL_RCC_GetLPTIMClockFreq()
1840 lptim_frequency = PLL_Clocks.PLL_Q_Frequency; in LL_RCC_GetLPTIMClockFreq()
1849 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
1858 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
1865 lptim_frequency = LL_RCC_GetCKPERClockFreq(LL_RCC_CKPER_CLKSOURCE); in LL_RCC_GetLPTIMClockFreq()
1870 lptim_frequency = RCC_GetPCLK3ClockFreq(RCC_GetMLHCLKClockFreq(RCC_GetMCUSSClockFreq())); in LL_RCC_GetLPTIMClockFreq()
1877 lptim_frequency = PLL_Clocks.PLL_Q_Frequency; in LL_RCC_GetLPTIMClockFreq()
1889 return lptim_frequency; in LL_RCC_GetLPTIMClockFreq()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_rcc.c968 uint32_t lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetLPTIMClockFreq() local
977lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(LL_RCC_CALC_SYSCLK_FREQ(RCC_GetSystem… in LL_RCC_GetLPTIMClockFreq()
982lptim_frequency = RCC_GetPCLK4ClockFreq(RCC_GetHCLKClockFreq(LL_RCC_CALC_SYSCLK_FREQ(RCC_GetSystem… in LL_RCC_GetLPTIMClockFreq()
991 lptim_frequency = PLL_Clocks.PLL_P_Frequency; in LL_RCC_GetLPTIMClockFreq()
1001 lptim_frequency = PLL_Clocks.PLL_R_Frequency; in LL_RCC_GetLPTIMClockFreq()
1010 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
1019 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
1026 lptim_frequency = LL_RCC_GetCLKPClockFreq(LL_RCC_CLKP_CLKSOURCE); in LL_RCC_GetLPTIMClockFreq()
1034 return lptim_frequency; in LL_RCC_GetLPTIMClockFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rcc.c605 uint32_t lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetLPTIMClockFreq() local
618 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
625 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
632 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
638 lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetLPTIMClockFreq()
643 return lptim_frequency; in LL_RCC_GetLPTIMClockFreq()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_rcc.c487 uint32_t lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetLPTIMClockFreq() local
500 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
507 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
514 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
520 lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetLPTIMClockFreq()
525 return lptim_frequency; in LL_RCC_GetLPTIMClockFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c716 uint32_t lptim_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetLPTIMClockFreq() local
729 lptim_frequency = LSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
736 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq()
743 lptim_frequency = LSE_VALUE; in LL_RCC_GetLPTIMClockFreq()
749 lptim_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetLPTIMClockFreq()
754 return lptim_frequency; in LL_RCC_GetLPTIMClockFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c4429 uint32_t lptim_frequency = RCC_PERIPH_FREQUENCY_NO; in RCCEx_GetLPTIMCLKFreq() local
4435 lptim_frequency = RCCEx_GetPCLK1Freq(RCCEx_GetHCLKFreq(HAL_RCC_GetSysClockFreq())); in RCCEx_GetLPTIMCLKFreq()
4442 lptim_frequency = RCCEx_GetPCLK4Freq(RCCEx_GetHCLKFreq(HAL_RCC_GetSysClockFreq())); in RCCEx_GetLPTIMCLKFreq()
4450 lptim_frequency = RCCEx_GetCLKPCLKFreq(LL_RCC_CLKP_CLKSOURCE); in RCCEx_GetLPTIMCLKFreq()
4464 lptim_frequency = HAL_RCCEx_GetPLL1CLKFreq(); in RCCEx_GetLPTIMCLKFreq()
4465 lptim_frequency = lptim_frequency / ic_divider; in RCCEx_GetLPTIMCLKFreq()
4468 lptim_frequency = HAL_RCCEx_GetPLL2CLKFreq(); in RCCEx_GetLPTIMCLKFreq()
4469 lptim_frequency = lptim_frequency / ic_divider; in RCCEx_GetLPTIMCLKFreq()
4472 lptim_frequency = HAL_RCCEx_GetPLL3CLKFreq(); in RCCEx_GetLPTIMCLKFreq()
4473 lptim_frequency = lptim_frequency / ic_divider; in RCCEx_GetLPTIMCLKFreq()
[all …]