InPlay API
|
HAL_WDT. More...
Functions | |
int | hal_aon_wdt_start (wdt_cfg_param_t *cfg, void(*callback)(void *arg), void *arg) |
Enable watch dog timer. More... | |
void | hal_aon_wdt_touch (void) |
Reload the watch dog timer counter. More... | |
HAL_WDT.
int hal_aon_wdt_start | ( | wdt_cfg_param_t * | cfg, |
void(*)(void *arg) | callback, | ||
void * | arg | ||
) |
Enable watch dog timer.
[in] | cfg | Configuration parameters of WDT |
[in] | callback | Call back function when WDT interrupt happens. |
[in] | arg | User supply call back parameter. |
void hal_aon_wdt_touch | ( | void | ) |
Reload the watch dog timer counter.