base_type.h

来自「2443 wince5.0 bsp, source code」· C头文件 代码 · 共 17 行

H
17
字号
#ifndef __BASE_TYPE_H__
#define __BASE_TYPE_H__

#define U32 unsigned int
#define U8  unsigned char

#define BOOLEAN U8
#define TRUE  1
#define FALSE 0

#define GPIO_FUNC U8
#define GPIO_R 0x1
#define GPIO_W 0x2
#define GPIO_M 0x4
#define GPIO_O 0x8

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?