|
STM32F479xx HAL User Manual
|
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. | |
| __weak 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.
| void HAL_WWDG_EarlyWakeupCallback | ( | WWDG_HandleTypeDef * | hwwdg | ) |
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.
Referenced by HAL_WWDG_Init(), HAL_WWDG_IRQHandler(), and HAL_WWDG_UnRegisterCallback().
| void HAL_WWDG_IRQHandler | ( | WWDG_HandleTypeDef * | hwwdg | ) |
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, __WWDG_HandleTypeDef::EwiCallback, HAL_WWDG_EarlyWakeupCallback(), WWDG_FLAG_EWIF, and WWDG_IT_EWI.
| HAL_StatusTypeDef HAL_WWDG_Refresh | ( | WWDG_HandleTypeDef * | hwwdg | ) |
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, __WWDG_HandleTypeDef::Init, and __WWDG_HandleTypeDef::Instance.
1.7.6.1