STM32F4xx_HAL_Driver  1.8.3

IO operation functions. More...

+ Collaboration diagram for IO operation functions:

Functions

HAL_StatusTypeDef HAL_IWDG_Refresh (IWDG_HandleTypeDef *hiwdg)
 Refresh the IWDG. More...
 

Detailed Description

IO operation functions.

 ===============================================================================
                      ##### IO operation functions #####
 ===============================================================================
 [..]  This section provides functions allowing to:
      (+) Refresh the IWDG.

Function Documentation

◆ HAL_IWDG_Refresh()

HAL_StatusTypeDef HAL_IWDG_Refresh ( IWDG_HandleTypeDef hiwdg)

Refresh the IWDG.

Parameters
hiwdgpointer to a IWDG_HandleTypeDef structure that contains the configuration information for the specified IWDG module.
Return values
HALstatus

Definition at line 237 of file stm32f4xx_hal_iwdg.c.