lpcemc.h

来自「Winarm for LPC2129 uart0_irq,very good 」· C头文件 代码 · 共 27 行

H
27
字号
/******************************************************************************
 *
 * $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_EMC_H
#define INC_LPC_EMC_H

// External Memory Controller Registers
typedef struct
{
  REG32 bcfg0;                          // Bank 0 Configuration Register
  REG32 bcfg1;                          // Bank 1 Configuration Register
  REG32 bcfg2;                          // Bank 2 Configuration Register
  REG32 bcfg3;                          // Bank 3 Configuration Register
} emcRegs_t;

#endif

⌨️ 快捷键说明

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