IO operation functions. More...
Functions | |
hal_status_t | hal_wdt_refresh (wdt_handle_t *p_wdt) |
Refresh the WDT. More... | |
IO operation functions.
============================================================================== ##### IO operation functions ##### ============================================================================== [..] This section provides functions allowing to: (+) Refresh the WDT.
hal_status_t hal_wdt_refresh | ( | wdt_handle_t * | p_wdt | ) |
Refresh the WDT.
[in] | p_wdt | Pointer to a WDT handle which contains the configuration information for the specified WDT module. |
HAL_OK | Operation is OK. |
HAL_ERROR | Parameter error or operation not supported. |
HAL_BUSY | Driver is busy. |
HAL_TIMEOUT | Timeout occurred. |