enum E_SWITCH
Enumerator:
OFF 
ON 

Definition at line 52 of file xtypes.h.

{
  OFF = 0U, 
  ON  = 1U
} E_SWITCH;