embclib  0.1
stddef.h
Go to the documentation of this file.
1 
28 #ifndef STDDEF_05076ec2_ea68_11e9_8db3_705a0f25cb51
29 #define STDDEF_05076ec2_ea68_11e9_8db3_705a0f25cb51
30 
31 #ifdef __cplusplus
32  extern "C" {
33 #endif
34 
40 #define __TYPES_VERSION (0x0001u)
42 #include "stdint.h"
43 
44 
49 typedef enum{
50  FALSE = 0,
51  TRUE
52 }bool_et;
53 
58 typedef enum{
59  LOW = 0,
60  HIGH
61 }state_et;
62 
67 typedef enum{
68  FAILED = 0,
69  SUCCESS,
70  BUSY,
71  TIMEOUT
72 }status_et;
73 
74 #ifdef __cplusplus
75 }
76 #endif
77 
78 #endif /* STDDEF_05076ec2_ea68_11e9_8db3_705a0f25cb51 */
bool_et
Boolean data type.
Definition: stddef.h:49
status_et
Process (or) Functional state data type.
Definition: stddef.h:67
state_et
Logical state data type.
Definition: stddef.h:58