Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 BDCR RTCSEL LL_RCC_GetRTCClockSource. | |
__STATIC_INLINE void | LL_RCC_EnableRTC (void) |
Enable RTC BDCR RTCEN LL_RCC_EnableRTC. | |
__STATIC_INLINE void | LL_RCC_DisableRTC (void) |
Disable RTC BDCR RTCEN LL_RCC_DisableRTC. | |
__STATIC_INLINE uint32_t | LL_RCC_IsEnabledRTC (void) |
Check if RTC has been enabled or not BDCR RTCEN LL_RCC_IsEnabledRTC. | |
__STATIC_INLINE void | LL_RCC_ForceBackupDomainReset (void) |
Force the Backup domain reset BDCR BDRST LL_RCC_ForceBackupDomainReset. | |
__STATIC_INLINE void | LL_RCC_ReleaseBackupDomainReset (void) |
Release the Backup domain reset BDCR BDRST LL_RCC_ReleaseBackupDomainReset. |
Function Documentation
__STATIC_INLINE void LL_RCC_DisableRTC | ( | void | ) |
Disable RTC BDCR RTCEN LL_RCC_DisableRTC.
- Return values:
-
None
Definition at line 2709 of file stm32l4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_EnableRTC | ( | void | ) |
Enable RTC BDCR RTCEN LL_RCC_EnableRTC.
- Return values:
-
None
Definition at line 2699 of file stm32l4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ForceBackupDomainReset | ( | void | ) |
Force the Backup domain reset BDCR BDRST LL_RCC_ForceBackupDomainReset.
- Return values:
-
None
Definition at line 2729 of file stm32l4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_GetRTCClockSource | ( | void | ) |
Get RTC Clock Source BDCR RTCSEL LL_RCC_GetRTCClockSource.
- Return values:
-
Returned value can be one of the following values: - LL_RCC_RTC_CLKSOURCE_NONE
- LL_RCC_RTC_CLKSOURCE_LSE
- LL_RCC_RTC_CLKSOURCE_LSI
- LL_RCC_RTC_CLKSOURCE_HSE_DIV32
Definition at line 2689 of file stm32l4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsEnabledRTC | ( | void | ) |
Check if RTC has been enabled or not BDCR RTCEN LL_RCC_IsEnabledRTC.
- Return values:
-
State of bit (1 or 0).
Definition at line 2719 of file stm32l4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ReleaseBackupDomainReset | ( | void | ) |
Release the Backup domain reset BDCR BDRST LL_RCC_ReleaseBackupDomainReset.
- Return values:
-
None
Definition at line 2739 of file stm32l4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_SetRTCClockSource | ( | uint32_t | Source ) |
Set RTC Clock Source.
- Note:
- Once the RTC clock source has been selected, it cannot be changed anymore unless the Backup domain is reset, or unless a failure is detected on LSE (LSECSSD is set). The BDRST bit can be used to reset them. BDCR RTCSEL LL_RCC_SetRTCClockSource
- Parameters:
-
Source This parameter can be one of the following values: - LL_RCC_RTC_CLKSOURCE_NONE
- LL_RCC_RTC_CLKSOURCE_LSE
- LL_RCC_RTC_CLKSOURCE_LSI
- LL_RCC_RTC_CLKSOURCE_HSE_DIV32
- Return values:
-
None
Definition at line 2675 of file stm32l4xx_ll_rcc.h.
Generated on Tue Jul 12 2022 18:10:49 by
