HAL_WWDG_IRQHandler
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.
The Early Wakeup Interrupt (EWI) can be used if specific
safety operations or data logging must be performed before
the actual reset is generated. The EWI interrupt is enabled by
calling HAL_WWDG_Init function with EWIMode set to
WWDG_EWI_ENABLE. When the downcounter reaches the
value 0x40, and EWI interrupt is generated and the
corresponding Interrupt Service Routine (ISR) can be used to
trigger specific actions (such as communications or data
logging), before resetting the device.
HAL_WWDG_EarlyWakeupCallback
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.
49.3 WWDG Firmware driver defines
49.3.1 WWDG
WWDG Early Wakeup Interrupt Mode
WWDG Exported Macros
Description:
Enables the WWDG peripheral.
Parameters:
__HANDLE__: WWDG handle
Return value:
None
Description:
Enables the WWDG early wakeup interrupt.