⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pxa255.h

📁 老外的一个开源项目
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -