WIZlib Library API
ver 1.0
WIZlib Library API User Menual
|
Common Type Definition Header File. More...
Go to the source code of this file.
Macros | |
#define | RET_FAIL 1 |
Fail return value. | |
#define | RET_OK 0 |
Success return value. | |
#define | RET_NOK -1 |
Error return value. | |
#define | VAL_HIGH 1 |
Indicate the value is 'high'. | |
#define | VAL_LOW 0 |
Indicate the value is 'low'. | |
#define | VAL_TOG 2 |
Indicate the value is 'toggle'. | |
#define | VAL_ON 1 |
Indicate the value is 'on'. | |
#define | VAL_OFF 0 |
Indicate the value is 'off'. | |
#define | VAL_SET 1 |
Indicate the value is 'set'. | |
#define | VAL_CLEAR 0 |
Indicate the value is 'clear'. | |
#define | VAL_TRUE 1 |
Indicate the value is 'true'. | |
#define | VAL_FALSE 0 |
Indicate the value is 'false'. | |
#define | VAL_ENABLE 1 |
Indicate the value is 'enable'. | |
#define | VAL_DISABLE 0 |
Indicate the value is 'disable'. | |
#define | VAL_NONE -1 |
Indicate the value is 'none'. | |
#define | VAL_INVALID -2 |
Indicate the value is 'invalid'. | |
#define | CRLF "\r\n" |
Replace New Line. | |