Go to the documentation of this file.
52 #ifndef _APP_AON_WDT_H_
53 #define _APP_AON_WDT_H_
63 #ifdef HAL_AON_WDT_MODULE_ENABLED
aon_aon_wdt_env_t aon_aon_wdt_env
app_aon_wdt_evt_handler_t evt_handler
app_aon_wdt_state_t
App aon_wdt state types.
uint16_t app_aon_wdt_deinit(void)
De-initialize the APP AON WDT DRIVER.
app_aon_wdt_state_t aon_wdt_state
AON_WDT device structure definition.
void(* app_aon_wdt_evt_handler_t)(void)
AON_WDT event callback definition.
This file contains all the functions prototypes for the HAL module driver.
uint16_t app_aon_wdt_refresh(void)
Refresh the AON WDT.
AON_WDT handle Structure definition.
AON_WDT parameters structure definition.
AON_WDT_Configuration init structure definition.
Header file of app driver error code.
Header file of app driver config code.
uint16_t app_aon_wdt_init(app_aon_wdt_params_t *p_params, app_aon_wdt_evt_handler_t evt_handler)
Initialize the APP AON WDT DRIVER.