|
STM32F4xx_HAL_Driver
1.8.3
|
IO operation functions. More...
Collaboration diagram for IO operation functions:Functions | |
| HAL_StatusTypeDef | HAL_WWDG_Refresh (WWDG_HandleTypeDef *hwwdg) |
| Refresh the WWDG. More... | |
| void | HAL_WWDG_IRQHandler (WWDG_HandleTypeDef *hwwdg) |
| Handle WWDG interrupt request. More... | |
| void | HAL_WWDG_EarlyWakeupCallback (WWDG_HandleTypeDef *hwwdg) |
| WWDG Early Wakeup callback. More... | |
IO operation functions.
==============================================================================
##### IO operation functions #####
==============================================================================
[..]
This section provides functions allowing to:
(+) Refresh the WWDG.
(+) Handle WWDG interrupt request and associated function callback. | __weak 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.
| 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.
| 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.