?? lpcgpio.h
字號(hào):
/******************************************************************************
*
* $RCSfile: $
* $Revision: $
*
* Header file for Philips LPC ARM Processors.
* Copyright 2004 R O SoftWare
*
* No guarantees, warrantees, or promises, implied or otherwise.
* May be used for hobby or commercial purposes provided copyright
* notice remains intact.
*
*****************************************************************************/
#ifndef INC_LPC_GPIO_H
#define INC_LPC_GPIO_H
// General Purpose Input/Output Registers (GPIO)
typedef struct
{
REG32 in; // GPIO Value Register
REG32 set; // GPIO Output Set Register
REG32 dir; // GPIO Direction Register
REG32 clr; // GPIO Output Clear Register
} gpioRegs_t;
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -