STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
IO operation functions. More...
Functions | |
HAL_StatusTypeDef | HAL_WWDG_Refresh (WWDG_HandleTypeDef *hwwdg) |
Refresh the WWDG. | |
void | HAL_WWDG_IRQHandler (WWDG_HandleTypeDef *hwwdg) |
Handle WWDG interrupt request. | |
void | HAL_WWDG_EarlyWakeupCallback (WWDG_HandleTypeDef *hwwdg) |
WWDG Early Wakeup callback. | |
IO operation functions.
============================================================================== ##### IO operation functions ##### ============================================================================== [..] This section provides functions allowing to: (+) Refresh the WWDG. (+) Handle WWDG interrupt request and associated function callback.
HAL_StatusTypeDef HAL_WWDG_Refresh | ( | WWDG_HandleTypeDef * | hwwdg | ) |
#include <stm32f4xx_hal_wwdg.h>
Refresh the WWDG.
hwwdg | pointer to a WWDG_HandleTypeDef structure that contains the configuration information for the specified WWDG module. |
HAL | status |
Definition at line 343 of file stm32f4xx_hal_wwdg.c.
References WWDG_InitTypeDef::Counter, HAL_OK, WWDG_HandleTypeDef::Init, and WWDG_HandleTypeDef::Instance.
void HAL_WWDG_IRQHandler | ( | WWDG_HandleTypeDef * | hwwdg | ) |
#include <stm32f4xx_hal_wwdg.h>
Handle WWDG interrupt request.
hwwdg | pointer to a WWDG_HandleTypeDef structure that contains the configuration information for the specified WWDG module. |
None |
Definition at line 366 of file stm32f4xx_hal_wwdg.c.
References __HAL_WWDG_CLEAR_FLAG, __HAL_WWDG_GET_FLAG, __HAL_WWDG_GET_IT_SOURCE, HAL_WWDG_EarlyWakeupCallback(), WWDG_FLAG_EWIF, and WWDG_IT_EWI.
__weak void HAL_WWDG_EarlyWakeupCallback | ( | WWDG_HandleTypeDef * | hwwdg | ) |
#include <stm32f4xx_hal_wwdg.h>
WWDG Early Wakeup callback.
hwwdg | pointer to a WWDG_HandleTypeDef structure that contains the configuration information for the specified WWDG module. |
None |
Definition at line 395 of file stm32f4xx_hal_wwdg.c.
References UNUSED.
Referenced by HAL_WWDG_Init(), and HAL_WWDG_IRQHandler().