WINDOWS port documentation.
More...
Files |
file | iArch.h |
| This file is used define macroses for Windows.
|
Macros |
#define | i_ARCH WIN_NT |
#define | iarch int |
| MCU Architecture type.
|
#define | iStack_t pthread_t |
| Architecture stack type.
|
#define | sizeof_iarch 4 |
| The size of main architecture type.
|
Detailed Description
WINDOWS port documentation.
documentation are presented for WINDOWS port.
Macro Definition Documentation
MCU Architecture type.
The fastest type. The type of main CPU ALU registers. On 8 bit MCU is char. On 16 bit and 32 bit MCU is int. The analog of int type in C.
Definition at line 65 of file iArch.h.
#define iStack_t pthread_t |
Architecture stack type.
POSIX arch does not use Stack_t let it be pthread_t
Definition at line 86 of file iArch.h.
The size of main architecture type.
Definition at line 75 of file iArch.h.