?? base_type.h.svn-base
字號:
#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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -