CMSIS2000  0.0.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
WINNT

WINDOWS port documentation. More...

Collaboration diagram for WINNT:

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

#define i_ARCH   WIN_NT

Definition at line 47 of file iArch.h.

#define iarch   int

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.

#define sizeof_iarch   4

The size of main architecture type.

Definition at line 75 of file iArch.h.