Collaboration diagram for FLAG_Management:Functions | |
| __STATIC_INLINE uint32_t | ll_aon_wdt_is_active_flag_running (void) |
| Indicate if the AON Watchdog Running Flag is set or not. More... | |
| __STATIC_INLINE uint32_t | ll_aon_wdt_is_active_flag_reboot (void) |
| Indicate if the AON WDT Reboot Event Flag is set or not. More... | |
| __STATIC_INLINE void | ll_aon_wdt_clear_flag_reboot (void) |
| Clear Interrupt Status flag. More... | |
| __STATIC_INLINE uint32_t | ll_aon_wdt_is_active_flag_alarm (void) |
| Indicate if the AON WDT Alarm Event Flag is set or not. More... | |
| __STATIC_INLINE void | ll_aon_wdt_clear_flag_alarm (void) |
| Clear Interrupt Status flag. More... | |
| __STATIC_INLINE void | ll_aon_wdt_enable_write_access (void) |
| Enable write access. More... | |
| __STATIC_INLINE void | ll_aon_wdt_disable_write_access (void) |
| Disable write access. More... | |
| __STATIC_INLINE void ll_aon_wdt_clear_flag_alarm | ( | void | ) |
Clear Interrupt Status flag.
| Register | BitsName |
|---|---|
| SLP_EVENT | SLP_EVENT_WDT |
| None |
Definition at line 446 of file gr55xx_ll_aon_wdt.h.
| __STATIC_INLINE void ll_aon_wdt_clear_flag_reboot | ( | void | ) |
Clear Interrupt Status flag.
| Register | BitsName |
|---|---|
| AON_IRQ | WD_TIMER_REBOOT |
| None |
Definition at line 416 of file gr55xx_ll_aon_wdt.h.
| __STATIC_INLINE void ll_aon_wdt_disable_write_access | ( | void | ) |
| __STATIC_INLINE void ll_aon_wdt_enable_write_access | ( | void | ) |
| __STATIC_INLINE uint32_t ll_aon_wdt_is_active_flag_alarm | ( | void | ) |
Indicate if the AON WDT Alarm Event Flag is set or not.
| Register | BitsName |
|---|---|
| SLP_EVENT | SLP_EVENT_WDT |
| State | of bit (1 or 0). |
Definition at line 432 of file gr55xx_ll_aon_wdt.h.
| __STATIC_INLINE uint32_t ll_aon_wdt_is_active_flag_reboot | ( | void | ) |
Indicate if the AON WDT Reboot Event Flag is set or not.
| Register | BitsName |
|---|---|
| AON_IRQ | WD_TIMER_REBOOT |
| State | of bit (1 or 0). |
Definition at line 402 of file gr55xx_ll_aon_wdt.h.
| __STATIC_INLINE uint32_t ll_aon_wdt_is_active_flag_running | ( | void | ) |
Indicate if the AON Watchdog Running Flag is set or not.
| Register | BitsName |
|---|---|
| WD_TIMER_STS | WDT_RUNNING |
| State | of bit (1 or 0). |
Definition at line 386 of file gr55xx_ll_aon_wdt.h.