__HAL_WWDG_CLEAR_FLAG macro
Clear the WWDG's pending flags.
Syntax
#define __HAL_WWDG_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->SR = ~(__FLAG__)) Arguments
__FLAG__
specifies the flag to clear. This parameter can be one of the following values: @arg WWDG_FLAG_EWIF: Early wakeup interrupt flag
Return value
None