Go to the documentation of this file.
43 #ifndef _iPORT_ARCH_H_
44 #define _iPORT_ARCH_H_ 1
74 #define sizeof_iarch 4
85 #define iStack_t unsigned iarch
92 #define iSTACK_DIRECTION (-1)
99 #define iSTACK_DELTA (iSTACK_DIRECTION*sizeof(iStack_t))
117 #define LPC2xxx_MCU_FAMILY_NUM 2000
118 #define LPC17xx_MCU_FAMILY_NUM 1700
119 #define LPC13xx_MCU_FAMILY_NUM 1300
120 #define LPC11xx_MCU_FAMILY_NUM 1100
122 #define i_MCU_FAMILY_CHECK2(current_fam,test_famh) \
123 ((CONCAT_iarch(current_fam,_MCU_FAMILY_NUM)) == CONCAT_iarch(test_famh,_MCU_FAMILY_NUM))