pxa255.h

来自「老外的一个开源项目」· C头文件 代码 · 共 52 行

H
52
字号
// Copyright (c) David Vescovi.  All rights reserved.
// Part of Project DrumStix
// Windows Embedded Developers Interest Group (WE-DIG) community project.
// http://www.we-dig.org
// Copyright (c) Microsoft Corporation.  All rights reserved.
//------------------------------------------------------------------------------
//
//  Header: pxa255.h
//
//  This header file defines the Intel PXA255 processor registers.
//
//  The PXA255 is a System on Chip (SoC) part consisting of an ARM core. 
//  This header file is comprised of component header files that define the 
//  register layout of each component.
//  
//------------------------------------------------------------------------------
#ifndef _PXA255_H_
#define _PXA255_H_

#if __cplusplus
extern "C" {
#endif

#include "pxa255_defs.h"
#include "pxa255_base_regs.h"

// SoC Components
//
#include "pxa255_gpio.h"
#include "pxa255_uart.h"
#include "pxa255_clk.h"
#include "pxa255_rtc.h"
#include "pxa255_ost.h"
#include "pxa255_intc.h"
#include "pxa255_memc.h"
#include "pxa255_pwr.h"
#include "pxa255_ac97.h"
#include "pxa255_udc.h"
#include "pxa255_dmac.h"
#include "pxa255_lcd.h"
#include "pxa255_pwm.h"
#include "pxa255_mmc.h"
#include "pxa255_i2c.h"
#include "pxa255_i2s.h"
#include "pxa255_ssp.h"

#if __cplusplus
}
#endif

#endif 

⌨️ 快捷键说明

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