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 uint32_t | ll_calendar_is_active_flag_tick (uint32_t tick_number) |
Indicate if the CALENDAR tick 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_tick (uint32_t tick_number) |
Clear calendar tick interrupt flag. More... | |
__STATIC_INLINE void | ll_calendar_clear_it_event (void) |
Clear calendar interrupt event. More... | |
__STATIC_INLINE void ll_calendar_clear_flag_alarm | ( | void | ) |
Clear calendar alarm interrupt flag.
Register|BitsName --------|-------- SLP_EVENT| CALENDAR_TIMER_ALARM
None |
Definition at line 692 of file gr55xx_ll_calendar.h.
__STATIC_INLINE void ll_calendar_clear_flag_tick | ( | uint32_t | tick_number | ) |
Clear calendar tick interrupt flag.
Register|BitsName --------|-------- SLP_EVENT| CALENDAR_TIMER_WRAP
tick_number | This parameter can be a one of the following values: |
None |
Definition at line 723 of file gr55xx_ll_calendar.h.
__STATIC_INLINE void ll_calendar_clear_flag_wrap | ( | void | ) |
Clear calendar wrap interrupt flag.
Register|BitsName --------|-------- CLDR_INT_STAT| CALENDAR_TICK
None |
Definition at line 706 of file gr55xx_ll_calendar.h.
__STATIC_INLINE void ll_calendar_clear_it_event | ( | void | ) |
Clear calendar interrupt event.
None |
Definition at line 734 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.
Register|BitsName --------|-------- SLP_EVENT | CALENDAR_TIMER_ALARM
State | of bit (1 or 0). |
Definition at line 642 of file gr55xx_ll_calendar.h.
__STATIC_INLINE uint32_t ll_calendar_is_active_flag_tick | ( | uint32_t | tick_number | ) |
Indicate if the CALENDAR tick event flag is set or not.
Register|BitsName --------|-------- CLDR_INT_STAT | TICK_INT_STAT
tick_number | This parameter can be a one of the following values: |
State | of bit (1 or 0). |
Definition at line 677 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.
Register|BitsName --------|-------- SLP_EVENT | CALENDAR_TIMER_WRAP
State | of bit (1 or 0). |
Definition at line 658 of file gr55xx_ll_calendar.h.