STM32L443xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_RTC_WAKEUP_Enable (RTC_TypeDef *RTCx) |
Enable Wakeup timer. | |
__STATIC_INLINE void | LL_RTC_WAKEUP_Disable (RTC_TypeDef *RTCx) |
Disable Wakeup timer. | |
__STATIC_INLINE uint32_t | LL_RTC_WAKEUP_IsEnabled (RTC_TypeDef *RTCx) |
Check if Wakeup timer is enabled or not. | |
__STATIC_INLINE void | LL_RTC_WAKEUP_SetClock (RTC_TypeDef *RTCx, uint32_t WakeupClock) |
Select Wakeup clock. | |
__STATIC_INLINE uint32_t | LL_RTC_WAKEUP_GetClock (RTC_TypeDef *RTCx) |
Get Wakeup clock. | |
__STATIC_INLINE void | LL_RTC_WAKEUP_SetAutoReload (RTC_TypeDef *RTCx, uint32_t Value) |
Set Wakeup auto-reload value. | |
__STATIC_INLINE uint32_t | LL_RTC_WAKEUP_GetAutoReload (RTC_TypeDef *RTCx) |
Get Wakeup auto-reload value. |
__STATIC_INLINE void LL_RTC_WAKEUP_Disable | ( | RTC_TypeDef * | RTCx | ) |
Disable Wakeup timer.
RTCx | RTC Instance |
None |
Definition at line 3158 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_WAKEUP_Enable | ( | RTC_TypeDef * | RTCx | ) |
Enable Wakeup timer.
RTCx | RTC Instance |
None |
Definition at line 3146 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_WAKEUP_GetAutoReload | ( | RTC_TypeDef * | RTCx | ) |
Get Wakeup auto-reload value.
RTCx | RTC Instance |
Value | between Min_Data=0x00 and Max_Data=0xFFFF |
Definition at line 3230 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_WAKEUP_GetClock | ( | RTC_TypeDef * | RTCx | ) |
Get Wakeup clock.
RTCx | RTC Instance |
Returned | value can be one of the following values: |
Definition at line 3206 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE uint32_t LL_RTC_WAKEUP_IsEnabled | ( | RTC_TypeDef * | RTCx | ) |
Check if Wakeup timer is enabled or not.
RTCx | RTC Instance |
State | of bit (1 or 0). |
Definition at line 3169 of file stm32l4xx_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 3219 of file stm32l4xx_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 3189 of file stm32l4xx_ll_rtc.h.