Functions | |
__STATIC_INLINE uint32_t | ll_rtc_is_active_flag_alarm (rtc_regs_t *RTCx) |
Indicate if the RTC alarm event flag is set or not. More... | |
__STATIC_INLINE uint32_t | ll_rtc_is_active_flag_wrap (rtc_regs_t *RTCx) |
Indicate if the RTC wrap event flag is set or not. More... | |
__STATIC_INLINE uint32_t | ll_rtc_is_active_flag_tick (rtc_regs_t *RTCx) |
Indicate if the RTC tick event flag is set or not. More... | |
__STATIC_INLINE void | ll_rtc_clear_flag_alarm (rtc_regs_t *RTCx) |
Clear RTC alarm interrupt flag. More... | |
__STATIC_INLINE void | ll_rtc_clear_flag_wrap (rtc_regs_t *RTCx) |
Clear RTC wrap interrupt flag. More... | |
__STATIC_INLINE void | ll_rtc_clear_flag_tick (rtc_regs_t *RTCx) |
Clear RTC tick interrupt flag. More... | |
__STATIC_INLINE void | ll_rtc_clear_it_event (rtc_regs_t *RTCx) |
Clear RTC interrupt event. More... | |
__STATIC_INLINE void | ll_rtc_clear_tick_it_event (rtc_regs_t *RTCx) |
Clear RTC tick interrupt event. More... | |
__STATIC_INLINE void | ll_rtc_it_enable_wakeup_by_rtc (rtc_regs_t *RTCx) |
Enable RTC alarm wakeup interrupt. More... | |
__STATIC_INLINE void | ll_rtc_it_disable_wakeup_by_rtc (rtc_regs_t *RTCx) |
Disable RTC alarm wakeup interrupt. More... | |
__STATIC_INLINE void ll_rtc_clear_flag_alarm | ( | rtc_regs_t * | RTCx | ) |
__STATIC_INLINE void ll_rtc_clear_flag_tick | ( | rtc_regs_t * | RTCx | ) |
__STATIC_INLINE void ll_rtc_clear_flag_wrap | ( | rtc_regs_t * | RTCx | ) |
__STATIC_INLINE void ll_rtc_clear_it_event | ( | rtc_regs_t * | RTCx | ) |
__STATIC_INLINE void ll_rtc_clear_tick_it_event | ( | rtc_regs_t * | RTCx | ) |
__STATIC_INLINE uint32_t ll_rtc_is_active_flag_alarm | ( | rtc_regs_t * | RTCx | ) |
Indicate if the RTC alarm event flag is set or not.
Register|BitsName --------|-------- SLP_EVENT | RTC_TIMER_ALARM
RTCx | RTC instance |
State | of bit (1 or 0). |
__STATIC_INLINE uint32_t ll_rtc_is_active_flag_tick | ( | rtc_regs_t * | RTCx | ) |
Indicate if the RTC tick event flag is set or not.
Register|BitsName --------|-------- RTC_INT_STAT | TICK_INT_STAT
RTCx | RTC instance |
State | of bit (1 or 0). |
__STATIC_INLINE uint32_t ll_rtc_is_active_flag_wrap | ( | rtc_regs_t * | RTCx | ) |
Indicate if the RTC wrap event flag is set or not.
Register|BitsName --------|-------- SLP_EVENT | CALENDAR_TIMER_WRAP
RTCx | RTC instance |
State | of bit (1 or 0). |
__STATIC_INLINE void ll_rtc_it_disable_wakeup_by_rtc | ( | rtc_regs_t * | RTCx | ) |