Searched refs:rtc_frequency (Results 1 – 7 of 7) sorted by relevance
362 uint32_t rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRTCClockFreq() local370 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()
497 uint32_t rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRTCClockFreq() local505 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()
734 uint32_t rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRTCClockFreq() local742 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()
839 uint32_t rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRTCClockFreq() local848 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()
937 uint32_t rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRTCClockFreq() local945 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()
1976 uint32_t rtc_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRTCClockFreq() local1984 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()
4882 uint32_t rtc_frequency = RCC_PERIPH_FREQUENCY_NO; in RCCEx_GetRTCCLKFreq() local4893 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()