Initialization and de-initialization functions

Initialization and Configuration functions. More...

Functions

hal_status_t hal_aon_wdt_init (aon_wdt_handle_t *p_aon_wdt)
 Initialize the AON_WDT according to the specified parameters in the wdt_init_t of associated handle. More...
 
hal_status_t hal_aon_wdt_deinit (aon_wdt_handle_t *p_aon_wdt)
 De-initialize the AON_WDT peripheral. More...
 

Detailed Description

Initialization and Configuration functions.

  ==============================================================================
          ##### Initialization and Configuration functions #####
  ==============================================================================
  [..]
    This section provides functions allowing to:
      (+) Initialize and start the AON_WDT according to the specified parameters
          in the wdt_init_t of associated handle.
      (+) Initialize the AON_WDT MSP.

Function Documentation

◆ hal_aon_wdt_deinit()

hal_status_t hal_aon_wdt_deinit ( aon_wdt_handle_t p_aon_wdt)

De-initialize the AON_WDT peripheral.

Parameters
[in]p_aon_wdtAON_WDT handle.
Return values
HAL_OKOperation is OK.
HAL_ERRORParameter error or operation not supported.
HAL_BUSYDriver is busy.
HAL_TIMEOUTTimeout occurred.

◆ hal_aon_wdt_init()

hal_status_t hal_aon_wdt_init ( aon_wdt_handle_t p_aon_wdt)

Initialize the AON_WDT according to the specified parameters in the wdt_init_t of associated handle.

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.