STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_RTC_WAKEUP_Enable (RTC_TypeDef *RTCx) |
Enable Wakeup timer. More... | |
__STATIC_INLINE void | LL_RTC_WAKEUP_Disable (RTC_TypeDef *RTCx) |
Disable Wakeup timer. More... | |
__STATIC_INLINE uint32_t | LL_RTC_WAKEUP_IsEnabled (RTC_TypeDef *RTCx) |
Check if Wakeup timer is enabled or not @rmtoll CR WUTE LL_RTC_WAKEUP_IsEnabled. More... | |
__STATIC_INLINE void | LL_RTC_WAKEUP_SetClock (RTC_TypeDef *RTCx, uint32_t WakeupClock) |
Select Wakeup clock. More... | |
__STATIC_INLINE uint32_t | LL_RTC_WAKEUP_GetClock (RTC_TypeDef *RTCx) |
Get Wakeup clock @rmtoll CR WUCKSEL LL_RTC_WAKEUP_GetClock. More... | |
__STATIC_INLINE void | LL_RTC_WAKEUP_SetAutoReload (RTC_TypeDef *RTCx, uint32_t Value) |
Set Wakeup auto-reload value. More... | |
__STATIC_INLINE uint32_t | LL_RTC_WAKEUP_GetAutoReload (RTC_TypeDef *RTCx) |
Get Wakeup auto-reload value @rmtoll WUTR WUT LL_RTC_WAKEUP_GetAutoReload. More... | |
__STATIC_INLINE void LL_RTC_WAKEUP_Disable | ( | RTC_TypeDef * | RTCx | ) |
Disable Wakeup timer.
RTCx | RTC Instance |
None |
Definition at line 2810 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_WAKEUP_Enable | ( | RTC_TypeDef * | RTCx | ) |
Enable Wakeup timer.
RTCx | RTC Instance |
None |
Definition at line 2798 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_WAKEUP_GetAutoReload | ( | RTC_TypeDef * | RTCx | ) |
Get Wakeup auto-reload value @rmtoll WUTR WUT LL_RTC_WAKEUP_GetAutoReload.
RTCx | RTC Instance |
Value | between Min_Data=0x00 and Max_Data=0xFFFF |
Definition at line 2882 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_WAKEUP_GetClock | ( | RTC_TypeDef * | RTCx | ) |
Get Wakeup clock @rmtoll CR WUCKSEL LL_RTC_WAKEUP_GetClock.
RTCx | RTC Instance |
Returned | value can be one of the following values:
|
Definition at line 2858 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_WAKEUP_IsEnabled | ( | RTC_TypeDef * | RTCx | ) |
Check if Wakeup timer is enabled or not @rmtoll CR WUTE LL_RTC_WAKEUP_IsEnabled.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 2821 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_WAKEUP_SetAutoReload | ( | RTC_TypeDef * | RTCx, |
uint32_t | Value | ||
) |
Set Wakeup auto-reload value.
RTCx | RTC Instance |
Value | Value between Min_Data=0x00 and Max_Data=0xFFFF |
None |
Definition at line 2871 of file stm32f4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_WAKEUP_SetClock | ( | RTC_TypeDef * | RTCx, |
uint32_t | WakeupClock | ||
) |
Select Wakeup clock.
RTCx | RTC Instance |
WakeupClock | This parameter can be one of the following values:
|
None |
Definition at line 2841 of file stm32f4xx_ll_rtc.h.