CMSIS2000  0.0.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Generic empty PORT

Architecture dependent OS API description only implemented. More...

Collaboration diagram for Generic empty PORT:

Files

file  iArch.h
 This file is used to describe main platphorm definitions.

Macros

#define iarch   char_or_int
 MCU Architecture type.
#define sizeof_iarch   sizeof(iarch)
 The size of main architecture type.

Detailed Description

Architecture dependent OS API description only implemented.

Port is presented as a list of macroses and functions (without implementation). Port is devided by three parts, according to ports division on three main files (port_os port_thread port_clock).

Macro Definition Documentation

#define iarch   char_or_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 66 of file iArch.h.

#define sizeof_iarch   sizeof(iarch)

The size of main architecture type.

Definition at line 77 of file iArch.h.