IO operation functions

IO operation functions. More...

Functions

hal_status_t hal_aon_wdt_refresh (aon_wdt_handle_t *p_aon_wdt)
 Refresh the AON_WDT. More...
 

Detailed Description

IO operation functions.

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

Function Documentation

◆ hal_aon_wdt_refresh()

hal_status_t hal_aon_wdt_refresh ( aon_wdt_handle_t p_aon_wdt)

Refresh the AON_WDT.

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