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 void ll_aon_wdt_clear_flag_reboot | ( | void | ) |
Clear Interrupt Status flag.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | SLP_EVENT | SLP_EVENT_WDT | +———————-+———————————–+ \endrst
None |
Definition at line 284 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.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | SLP_EVENT | SLP_EVENT_WDT | +———————-+———————————–+ \endrst
State | of bit (1 or 0). |
Definition at line 266 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.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | EXT_WKUP_CTL | WDT_RUNNING | +———————-+———————————–+ \endrst
State | of bit (1 or 0). |
Definition at line 246 of file gr55xx_ll_aon_wdt.h.