AON_WDT device structure definition. More...
#include <app_aon_wdt.h>
Public Attributes | |
app_aon_wdt_evt_handler_t | evt_handler |
AON WDT event callback definition. More... | |
aon_wdt_handle_t | handle |
AON WDT handle definition. More... | |
app_aon_wdt_state_t | aon_wdt_state |
AON WDT state types. More... | |
AON_WDT device structure definition.
Definition at line 94 of file app_aon_wdt.h.
app_aon_wdt_state_t aon_aon_wdt_env_t::aon_wdt_state |
AON WDT state types.
Definition at line 98 of file app_aon_wdt.h.
app_aon_wdt_evt_handler_t aon_aon_wdt_env_t::evt_handler |
AON WDT event callback definition.
Definition at line 96 of file app_aon_wdt.h.
aon_wdt_handle_t aon_aon_wdt_env_t::handle |
AON WDT handle definition.
Definition at line 97 of file app_aon_wdt.h.