|
STM32L4xx_HAL_Driver
1.14.0
|
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 RTC_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 RTC_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 RTC_WUTR WUT LL_RTC_WAKEUP_GetAutoReload. More... | |
| __STATIC_INLINE void | LL_RTC_WAKEUP_SetAutoClr (RTC_TypeDef *RTCx, uint32_t Value) |
| Set Wakeup auto-clear value. More... | |
| __STATIC_INLINE uint32_t | LL_RTC_WAKEUP_GetAutoClr (RTC_TypeDef *RTCx) |
| Get Wakeup auto-clear value RTC_WUTR WUTOCLR LL_RTC_WAKEUP_GetAutoClr. More... | |
| __STATIC_INLINE void LL_RTC_WAKEUP_Disable | ( | RTC_TypeDef * | RTCx | ) |
Disable Wakeup timer.
| RTCx | RTC Instance |
| None |
Definition at line 2877 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 2865 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE uint32_t LL_RTC_WAKEUP_GetAutoClr | ( | RTC_TypeDef * | RTCx | ) |
Get Wakeup auto-clear value RTC_WUTR WUTOCLR LL_RTC_WAKEUP_GetAutoClr.
| RTCx | RTC Instance |
| Value | between Min_Data=0x00 and Max_Data=0xFFFF |
Definition at line 2974 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE uint32_t LL_RTC_WAKEUP_GetAutoReload | ( | RTC_TypeDef * | RTCx | ) |
Get Wakeup auto-reload value RTC_WUTR WUT LL_RTC_WAKEUP_GetAutoReload.
| RTCx | RTC Instance |
| Value | between Min_Data=0x00 and Max_Data=0xFFFF |
Definition at line 2949 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE uint32_t LL_RTC_WAKEUP_GetClock | ( | RTC_TypeDef * | RTCx | ) |
Get Wakeup clock RTC_CR WUCKSEL LL_RTC_WAKEUP_GetClock.
| RTCx | RTC Instance |
| Returned | value can be one of the following values:
|
Definition at line 2925 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 RTC_CR WUTE LL_RTC_WAKEUP_IsEnabled.
| RTCx | RTC Instance |
| State | of bit (1 or 0). |
Definition at line 2888 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_WAKEUP_SetAutoClr | ( | RTC_TypeDef * | RTCx, |
| uint32_t | Value | ||
| ) |
Set Wakeup auto-clear value.
| RTCx | RTC Instance |
| Value | Value between Min_Data=0x00 and Max_Data=0xFFFF |
| None |
Definition at line 2963 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 2938 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 2908 of file stm32l4xx_ll_rtc.h.