void safety_ClearCondition ( E_SAFETY_CONDITION  eCond )

Will be called to clear a distinct condition flag.

Parameters:
eCondE_SAFETY_CONDITION condition to be cleared.
Returns:
void

Definition at line 147 of file safety.c.

References mg_eCondition.

Referenced by current_Update(), current_UpdateSum(), temp_Check(), and voltage_UpdateAvg().

{
  mg_eCondition &= ~eCond;
}

Here is the caller graph for this function: