STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_RCC_SetRTCClockSource (uint32_t Source) |
Set RTC Clock Source. More... | |
__STATIC_INLINE uint32_t | LL_RCC_GetRTCClockSource (void) |
Get RTC Clock Source @rmtoll BDCR RTCSEL LL_RCC_GetRTCClockSource. More... | |
__STATIC_INLINE void | LL_RCC_EnableRTC (void) |
Enable RTC @rmtoll BDCR RTCEN LL_RCC_EnableRTC. More... | |
__STATIC_INLINE void | LL_RCC_DisableRTC (void) |
Disable RTC @rmtoll BDCR RTCEN LL_RCC_DisableRTC. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsEnabledRTC (void) |
Check if RTC has been enabled or not @rmtoll BDCR RTCEN LL_RCC_IsEnabledRTC. More... | |
__STATIC_INLINE void | LL_RCC_ForceBackupDomainReset (void) |
Force the Backup domain reset @rmtoll BDCR BDRST LL_RCC_ForceBackupDomainReset. More... | |
__STATIC_INLINE void | LL_RCC_ReleaseBackupDomainReset (void) |
Release the Backup domain reset @rmtoll BDCR BDRST LL_RCC_ReleaseBackupDomainReset. More... | |
__STATIC_INLINE void | LL_RCC_SetRTC_HSEPrescaler (uint32_t Prescaler) |
Set HSE Prescalers for RTC Clock @rmtoll CFGR RTCPRE LL_RCC_SetRTC_HSEPrescaler. More... | |
__STATIC_INLINE uint32_t | LL_RCC_GetRTC_HSEPrescaler (void) |
Get HSE Prescalers for RTC Clock @rmtoll CFGR RTCPRE LL_RCC_GetRTC_HSEPrescaler. More... | |
__STATIC_INLINE void LL_RCC_DisableRTC | ( | void | ) |
Disable RTC @rmtoll BDCR RTCEN LL_RCC_DisableRTC.
None |
Definition at line 4019 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_EnableRTC | ( | void | ) |
Enable RTC @rmtoll BDCR RTCEN LL_RCC_EnableRTC.
None |
Definition at line 4009 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ForceBackupDomainReset | ( | void | ) |
Force the Backup domain reset @rmtoll BDCR BDRST LL_RCC_ForceBackupDomainReset.
None |
Definition at line 4039 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_GetRTC_HSEPrescaler | ( | void | ) |
Get HSE Prescalers for RTC Clock @rmtoll CFGR RTCPRE LL_RCC_GetRTC_HSEPrescaler.
Returned | value can be one of the following values:
|
Definition at line 4132 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_GetRTCClockSource | ( | void | ) |
Get RTC Clock Source @rmtoll BDCR RTCSEL LL_RCC_GetRTCClockSource.
Returned | value can be one of the following values:
|
Definition at line 3999 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsEnabledRTC | ( | void | ) |
Check if RTC has been enabled or not @rmtoll BDCR RTCEN LL_RCC_IsEnabledRTC.
State | of bit (1 or 0). |
Definition at line 4029 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ReleaseBackupDomainReset | ( | void | ) |
Release the Backup domain reset @rmtoll BDCR BDRST LL_RCC_ReleaseBackupDomainReset.
None |
Definition at line 4049 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_SetRTC_HSEPrescaler | ( | uint32_t | Prescaler | ) |
Set HSE Prescalers for RTC Clock @rmtoll CFGR RTCPRE LL_RCC_SetRTC_HSEPrescaler.
Prescaler | This parameter can be one of the following values:
|
None |
Definition at line 4091 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 3985 of file stm32f4xx_ll_rcc.h.