embclib  0.1
Macros | Enumerations
stddef.h File Reference

Standard types and ctype function library. More...

#include "stdint.h"
Include dependency graph for stddef.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Standard types and ctype function library.

Author
Binary Maker (https://github.com/binarymaker)
Date
2019-10-10

Macro Definition Documentation

◆ __TYPES_VERSION

#define __TYPES_VERSION   (0x0001u)

Source file version tag.

   version info: [15:8] main [7:0] beta

version: 0.1v

Enumeration Type Documentation

◆ bool_et

enum bool_et

Boolean data type.

◆ state_et

enum state_et

Logical state data type.

◆ status_et

enum status_et

Process (or) Functional state data type.