enum E_BOOL
Enumerator:
FALSE 
TRUE 

Definition at line 45 of file xtypes.h.

{
  FALSE = 0U, 
  TRUE  = 1U
} E_BOOL;