STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
IO operation functions. More...
Functions | |
HAL_StatusTypeDef | HAL_IWDG_Refresh (IWDG_HandleTypeDef *hiwdg) |
Refresh the IWDG. | |
IO operation functions.
=============================================================================== ##### IO operation functions ##### =============================================================================== [..] This section provides functions allowing to: (+) Refresh the IWDG.
HAL_StatusTypeDef HAL_IWDG_Refresh | ( | IWDG_HandleTypeDef * | hiwdg | ) |
#include <stm32f4xx_hal_iwdg.h>
Refresh the IWDG.
hiwdg | pointer to a IWDG_HandleTypeDef structure that contains the configuration information for the specified IWDG module. |
HAL | status |
Definition at line 237 of file stm32f4xx_hal_iwdg.c.
References __HAL_IWDG_RELOAD_COUNTER, and HAL_OK.