Collaboration diagram for Functions:Functions | |
| 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. More... | |
| uint16_t | app_aon_wdt_deinit (void) |
| De-initialize the APP AON WDT DRIVER. More... | |
| uint16_t | app_aon_wdt_refresh (void) |
| Refresh the AON WDT. More... | |
| uint16_t app_aon_wdt_deinit | ( | void | ) |
De-initialize the APP AON WDT DRIVER.
| 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.
| [in] | p_params | Pointer to app_aon_wdt_params_t parameter which contains the configuration information for the specified AON WDT module. |
| [in] | evt_handler | AON WDT user callback function. |
| uint16_t app_aon_wdt_refresh | ( | void | ) |
Refresh the AON WDT.