__HAL_WWDG_GET_IT_SOURCE macro
Check whether the specified WWDG interrupt source is enabled or not.
Syntax
#define __HAL_WWDG_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) (((__HANDLE__)->Instance->CFR\ Arguments
__INTERRUPT__
specifies the WWDG interrupt source to check. This parameter can be one of the following values: @arg WWDG_IT_EWI: Early Wakeup Interrupt
Return value
state of __INTERRUPT__ (TRUE or FALSE).