Functions | |
__STATIC_INLINE uint32_t | ll_calendar_is_active_flag_alarm (void) |
Indicate if the CALENDAR alarm event flag is set or not. More... | |
__STATIC_INLINE uint32_t | ll_calendar_is_active_flag_wrap (void) |
Indicate if the CALENDAR wrap event flag is set or not. More... | |
__STATIC_INLINE void | ll_calendar_clear_flag_alarm (void) |
Clear calendar alarm interrupt flag. More... | |
__STATIC_INLINE void | ll_calendar_clear_flag_wrap (void) |
Clear calendar wrap interrupt flag. More... | |
__STATIC_INLINE void ll_calendar_clear_flag_alarm | ( | void | ) |
Clear calendar alarm interrupt flag.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | SLP_EVENT | CALENDAR_TIMER_ALARM | +———————-+———————————–+ \endrst
None |
Definition at line 445 of file gr55xx_ll_calendar.h.
__STATIC_INLINE void ll_calendar_clear_flag_wrap | ( | void | ) |
Clear calendar wrap interrupt flag.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | SLP_EVENT | CALENDAR_TIMER_WRAP | +———————-+———————————–+ \endrst
None |
Definition at line 465 of file gr55xx_ll_calendar.h.
__STATIC_INLINE uint32_t ll_calendar_is_active_flag_alarm | ( | void | ) |
Indicate if the CALENDAR alarm event flag is set or not.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | SLP_EVENT | CALENDAR_TIMER_ALARM | +———————-+———————————–+ \endrst
State | of bit (1 or 0). |
Definition at line 407 of file gr55xx_ll_calendar.h.
__STATIC_INLINE uint32_t ll_calendar_is_active_flag_wrap | ( | void | ) |
Indicate if the CALENDAR wrap event flag is set or not.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | SLP_EVENT | CALENDAR_TIMER_WRAP | +———————-+———————————–+ \endrst
State | of bit (1 or 0). |
Definition at line 427 of file gr55xx_ll_calendar.h.