embclib
0.1
|
Standard types and ctype function library. More...
#include "stdint.h"
Go to the source code of this file.
Macros | |
#define | __TYPES_VERSION (0x0001u) |
Source file version tag. More... | |
Enumerations | |
enum | bool_et { FALSE = 0, TRUE } |
Boolean data type. More... | |
enum | state_et { LOW = 0, HIGH } |
Logical state data type. More... | |
enum | status_et { FAILED = 0, SUCCESS, BUSY, TIMEOUT } |
Process (or) Functional state data type. More... | |
Standard types and ctype function library.
#define __TYPES_VERSION (0x0001u) |
Source file version tag.
version info: [15:8] main [7:0] beta
version: 0.1v
enum bool_et |
Boolean data type.
enum state_et |
Logical state data type.
enum status_et |
Process (or) Functional state data type.