Home
last modified time | relevance | path

Searched refs:rtc_frequency (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_rcc.c362 uint32_t rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRTCClockFreq() local
370 rtc_frequency = LSE_VALUE; in LL_RCC_GetRTCClockFreq()
377 rtc_frequency = LSI_VALUE; in LL_RCC_GetRTCClockFreq()
382 rtc_frequency = HSE_VALUE / 32U; in LL_RCC_GetRTCClockFreq()
387 rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NA; in LL_RCC_GetRTCClockFreq()
391 return rtc_frequency; in LL_RCC_GetRTCClockFreq()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_rcc.c497 uint32_t rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRTCClockFreq() local
505 rtc_frequency = LSE_VALUE; in LL_RCC_GetRTCClockFreq()
514 rtc_frequency = LSI_VALUE / 128U; in LL_RCC_GetRTCClockFreq()
518 rtc_frequency = LSI_VALUE; in LL_RCC_GetRTCClockFreq()
524 rtc_frequency = HSE_VALUE / 32U; in LL_RCC_GetRTCClockFreq()
528 rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRTCClockFreq()
535 return rtc_frequency; in LL_RCC_GetRTCClockFreq()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_rcc.c734 uint32_t rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRTCClockFreq() local
742 rtc_frequency = LSE_VALUE; in LL_RCC_GetRTCClockFreq()
751 rtc_frequency = LSI_VALUE / 128U; in LL_RCC_GetRTCClockFreq()
755 rtc_frequency = LSI_VALUE; in LL_RCC_GetRTCClockFreq()
761 rtc_frequency = HSE_VALUE / 32U; in LL_RCC_GetRTCClockFreq()
766 rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NA; in LL_RCC_GetRTCClockFreq()
770 return rtc_frequency; in LL_RCC_GetRTCClockFreq()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_rcc.c839 uint32_t rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRTCClockFreq() local
848 rtc_frequency = LSE_VALUE; in LL_RCC_GetRTCClockFreq()
856 rtc_frequency = LSI_VALUE; in LL_RCC_GetRTCClockFreq()
861 rtc_frequency = HSE_VALUE / 32U; in LL_RCC_GetRTCClockFreq()
866 rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NA; in LL_RCC_GetRTCClockFreq()
870 return rtc_frequency; in LL_RCC_GetRTCClockFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rcc.c937 uint32_t rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRTCClockFreq() local
945 rtc_frequency = LSE_VALUE; in LL_RCC_GetRTCClockFreq()
952 rtc_frequency = LSI_VALUE; in LL_RCC_GetRTCClockFreq()
957 rtc_frequency = HSE_VALUE / 32U; in LL_RCC_GetRTCClockFreq()
962 rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NA; in LL_RCC_GetRTCClockFreq()
966 return rtc_frequency; in LL_RCC_GetRTCClockFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_rcc.c1976 uint32_t rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRTCClockFreq() local
1984 rtc_frequency = LSE_VALUE; in LL_RCC_GetRTCClockFreq()
1991 rtc_frequency = LSI_VALUE; in LL_RCC_GetRTCClockFreq()
1996 rtc_frequency = (HSE_VALUE / (LL_RCC_GetRTC_HSEPrescaler() + 1U)); in LL_RCC_GetRTCClockFreq()
2005 return rtc_frequency; in LL_RCC_GetRTCClockFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c4882 uint32_t rtc_frequency = RCC_PERIPH_FREQUENCY_NO; in RCCEx_GetRTCCLKFreq() local
4893 rtc_frequency = LSE_VALUE; in RCCEx_GetRTCCLKFreq()
4900 rtc_frequency = LSI_VALUE; in RCCEx_GetRTCCLKFreq()
4908 rtc_frequency = HSE_VALUE / prescaler; in RCCEx_GetRTCCLKFreq()
4917 return rtc_frequency; in RCCEx_GetRTCCLKFreq()