IO operation functions

IO operation functions. More...

Functions

hal_status_t hal_wdt_refresh (wdt_handle_t *p_wdt)
 Refresh the WDT. More...
 

Detailed Description

IO operation functions.

  ==============================================================================
                      ##### IO operation functions #####
  ==============================================================================
  [..]
    This section provides functions allowing to:
    (+) Refresh the WDT.
    (+) Handle WDT interrupt request and associated function callback.

Function Documentation

◆ hal_wdt_refresh()

hal_status_t hal_wdt_refresh ( wdt_handle_t p_wdt)

Refresh the WDT.

Parameters
[in]p_wdtPointer to a WDT handle which contains the configuration information for the specified WDT module.
Return values
HAL_OKOperation is OK.
HAL_ERRORParameter error or operation not supported.
HAL_BUSYDriver is busy.
HAL_TIMEOUTTimeout occurred.