ARM7 core port documentation.
More...
Detailed Description
ARM7 core port documentation.
Documentation are presented for ARM7 core.
ARM7 TDMI constant LPC2xxx from NXP(Philips)
#if i_MCU_FAMILY_CHECK2(i_MCU_FAMILY,LPC2xxx)
#endif
Macro Definition Documentation
#define i_MCU_FAMILY_CHECK2 |
( |
|
current_fam, |
|
|
|
test_famh |
|
) |
| ((CONCAT_iarch(current_fam,_MCU_FAMILY_NUM)) == CONCAT_iarch(test_famh,_MCU_FAMILY_NUM)) |
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 64 of file iArch.h.
The size of changing stack for one PUSH/POP operation.
Definition at line 99 of file iArch.h.
#define iSTACK_DIRECTION (-1) |
The architecture stack growth direction.
Definition at line 92 of file iArch.h.
#define iStack_t unsigned iarch |
Architecture stack type.
For 32 bit ARM is unsigned int (uint32)
Definition at line 85 of file iArch.h.
#define LPC11xx_MCU_FAMILY_NUM 1100 |
#define LPC13xx_MCU_FAMILY_NUM 1300 |
#define LPC17xx_MCU_FAMILY_NUM 1700 |
#define LPC2xxx_MCU_FAMILY_NUM 2000 |
The size of main architecture type.
Definition at line 74 of file iArch.h.