UCOS_TI_LM3S_Keil
 全部 结构体 文件 函数 变量 类型定义 宏定义 
cpu_def.h 文件参考
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

宏定义

#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_08   1 /* 8-bit word size (in octets). */

在文件 cpu_def.h69 行定义.

#define CPU_WORD_SIZE_16   2 /* 16-bit word size (in octets). */

在文件 cpu_def.h70 行定义.

#define CPU_WORD_SIZE_32   4 /* 32-bit word size (in octets). */

在文件 cpu_def.h71 行定义.

#define CPU_WORD_SIZE_64   8 /* 64-bit word size (in octets) [see Note #1a]. */

在文件 cpu_def.h72 行定义.

#define CPU_ENDIAN_TYPE_NONE   0

在文件 cpu_def.h76 行定义.

#define CPU_ENDIAN_TYPE_BIG   1 /* Big- endian word order (see Note #1a). */

在文件 cpu_def.h77 行定义.

#define CPU_ENDIAN_TYPE_LITTLE   2 /* Little-endian word order (see Note #1b). */

在文件 cpu_def.h78 行定义.

#define CPU_STK_GROWTH_NONE   0

在文件 cpu_def.h95 行定义.

#define CPU_STK_GROWTH_LO_TO_HI   1 /* CPU stk incs towards higher mem addrs (see Note #1a). */

在文件 cpu_def.h96 行定义.

#define CPU_STK_GROWTH_HI_TO_LO   2 /* CPU stk decs towards lower mem addrs (see Note #1b). */

在文件 cpu_def.h97 行定义.

#define CPU_CRITICAL_METHOD_NONE   0 /* */

在文件 cpu_def.h163 行定义.

#define CPU_CRITICAL_METHOD_INT_DIS_EN   1 /* DIS/EN ints (see Note #1a). */

在文件 cpu_def.h164 行定义.

#define CPU_CRITICAL_METHOD_STATUS_STK   2 /* Push/Pop int status onto stk (see Note #1b). */

在文件 cpu_def.h165 行定义.

#define CPU_CRITICAL_METHOD_STATUS_LOCAL   3 /* Save/Restore int status to local var (see Note #1c). */

在文件 cpu_def.h166 行定义.