STM32F479xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_RCC_SetRTCClockSource (uint32_t Source) |
Set RTC Clock Source. | |
__STATIC_INLINE uint32_t | LL_RCC_GetRTCClockSource (void) |
Get RTC Clock Source. | |
__STATIC_INLINE void | LL_RCC_EnableRTC (void) |
Enable RTC. | |
__STATIC_INLINE void | LL_RCC_DisableRTC (void) |
Disable RTC. | |
__STATIC_INLINE uint32_t | LL_RCC_IsEnabledRTC (void) |
Check if RTC has been enabled or not. | |
__STATIC_INLINE void | LL_RCC_ForceBackupDomainReset (void) |
Force the Backup domain reset. | |
__STATIC_INLINE void | LL_RCC_ReleaseBackupDomainReset (void) |
Release the Backup domain reset. | |
__STATIC_INLINE void | LL_RCC_SetRTC_HSEPrescaler (uint32_t Prescaler) |
Set HSE Prescalers for RTC Clock. | |
__STATIC_INLINE uint32_t | LL_RCC_GetRTC_HSEPrescaler (void) |
Get HSE Prescalers for RTC Clock. |
__STATIC_INLINE void LL_RCC_DisableRTC | ( | void | ) |
Disable RTC.
None |
Definition at line 4020 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_EnableRTC | ( | void | ) |
Enable RTC.
None |
Definition at line 4010 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ForceBackupDomainReset | ( | void | ) |
Force the Backup domain reset.
None |
Definition at line 4040 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_GetRTC_HSEPrescaler | ( | void | ) |
Get HSE Prescalers for RTC Clock.
Definition at line 4133 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_GetRTCClockSource | ( | void | ) |
Get RTC Clock Source.
Returned | value can be one of the following values: |
Definition at line 4000 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsEnabledRTC | ( | void | ) |
Check if RTC has been enabled or not.
State | of bit (1 or 0). |
Definition at line 4030 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ReleaseBackupDomainReset | ( | void | ) |
Release the Backup domain reset.
None |
Definition at line 4050 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_SetRTC_HSEPrescaler | ( | uint32_t | Prescaler | ) |
Set HSE Prescalers for RTC Clock.
None |
Definition at line 4092 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_SetRTCClockSource | ( | uint32_t | Source | ) |
Set RTC Clock Source.
Source | This parameter can be one of the following values: |
None |
Definition at line 3986 of file stm32f4xx_ll_rcc.h.