firmware/boolean.h File Reference

Provides boolean variables in C. More...

Go to the source code of this file.

Typedefs

typedef enum E_Boolean Boolean
 Possible boolean values.

Enumerations

enum  E_Boolean { False = 0, True = 1 }
 Possible boolean values. More...


Detailed Description

Provides boolean variables in C.

Author:
Thomas Stegemann
Version:
Id
boolean.h,v 1.1 2006/09/26 18:18:27 rschaten Exp
License: See documentation.

Definition in file boolean.h.


Typedef Documentation

typedef enum E_Boolean Boolean

Possible boolean values.


Enumeration Type Documentation

enum E_Boolean

Possible boolean values.

Enumerator:
False  logical false
True  logical true

Definition at line 14 of file boolean.h.


Generated on Mon Oct 2 19:31:17 2006 for USB-LED-Fader by  doxygen 1.4.7