__HAL_WWDG_GET_FLAG macro
Check whether the specified WWDG flag is set or not.
Syntax
#define __HAL_WWDG_GET_FLAG(__HANDLE__, __FLAG__) (((__HANDLE__)->Instance->SR & (__FLAG__)) == (__FLAG__)) Arguments
__FLAG__
specifies the flag to check. This parameter can be one of the following values: @arg WWDG_FLAG_EWIF: Early wakeup interrupt flag
Return value
The new state of WWDG_FLAG (SET or RESET).