UCOS_TI_LM3S_Keil
|
宏定义 | |
#define | CPU_WORD_SIZE_08 1 /* 8-bit word size (in octets). */ |
#define | CPU_WORD_SIZE_16 2 /* 16-bit word size (in octets). */ |
#define | CPU_WORD_SIZE_32 4 /* 32-bit word size (in octets). */ |
#define | CPU_WORD_SIZE_64 8 /* 64-bit word size (in octets) [see Note #1a]. */ |
#define | CPU_ENDIAN_TYPE_NONE 0 |
#define | CPU_ENDIAN_TYPE_BIG 1 /* Big- endian word order (see Note #1a). */ |
#define | CPU_ENDIAN_TYPE_LITTLE 2 /* Little-endian word order (see Note #1b). */ |
#define | CPU_STK_GROWTH_NONE 0 |
#define | CPU_STK_GROWTH_LO_TO_HI 1 /* CPU stk incs towards higher mem addrs (see Note #1a). */ |
#define | CPU_STK_GROWTH_HI_TO_LO 2 /* CPU stk decs towards lower mem addrs (see Note #1b). */ |
#define | CPU_CRITICAL_METHOD_NONE 0 /* */ |
#define | CPU_CRITICAL_METHOD_INT_DIS_EN 1 /* DIS/EN ints (see Note #1a). */ |
#define | CPU_CRITICAL_METHOD_STATUS_STK 2 /* Push/Pop int status onto stk (see Note #1b). */ |
#define | CPU_CRITICAL_METHOD_STATUS_LOCAL 3 /* Save/Restore int status to local var (see Note #1c). */ |
#define CPU_WORD_SIZE_64 8 /* 64-bit word size (in octets) [see Note #1a]. */ |
#define CPU_ENDIAN_TYPE_LITTLE 2 /* Little-endian word order (see Note #1b). */ |
#define CPU_STK_GROWTH_LO_TO_HI 1 /* CPU stk incs towards higher mem addrs (see Note #1a). */ |
#define CPU_STK_GROWTH_HI_TO_LO 2 /* CPU stk decs towards lower mem addrs (see Note #1b). */ |
#define CPU_CRITICAL_METHOD_STATUS_STK 2 /* Push/Pop int status onto stk (see Note #1b). */ |