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

📄 csp.h

📁 Microsoft WinCE 6.0 BSP FINAL release source code for use with the i.MX27ADS TO2 WCE600_FINAL_MX27_S
💻 H
字号:
//
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
// If you did not accept the terms of the EULA, you are not authorized to use
// this source code. For a copy of the EULA, please see the LICENSE.RTF on your
// install media.
//
//------------------------------------------------------------------------------
// Copyright (C) 2006, Freescale Semiconductor, Inc. All Rights Reserved.
// THIS SOURCE CODE, AND ITS USE AND DISTRIBUTION, IS SUBJECT TO THE TERMS
// AND CONDITIONS OF THE APPLICABLE LICENSE AGREEMENT 
//------------------------------------------------------------------------------
//
// Header: csp.h
//
// This header file defines the MX27 processor.
//
// The MX27 is a System on Chip (SoC) part consisting of an ARM9 core.
// This header file is comprised of component header files that define the
// register layout of each component.
//
//-----------------------------------------------------------------------------

#ifndef __CSP_H__
#define __CSP_H__

#if __cplusplus
extern "C" {
#endif

//------------------------------------------------------------------------------

// Types and Macros
#include "socarm_types.h"
#include "socarm_macros.h"

// Base Definitions
#include "mx27_base_regs.h"
#include "mx27_base_mem.h"

// IRQ Definitions
#include "mx27_irq.h"

// SoC Components
#include "mx27_aitc.h"
#include "mx27_ata.h"
#include "mx27_weim.h"
#include "mx27_esdramc.h"
#include "mx27_pllcrc.h"
#include "mx27_sysctrl.h"
#include "mx27_gpio.h"
#include "mx27_gpt.h"
#include "mx27_rtc.h"
#include "mx27_uart.h"
#include "mx27_wdog.h"
#include "mx27_uart.h"
#include "mx27_kpp.h"
#include "mx27_ioctl.h"
#include "mx27_pcmcia.h"
#include "mx27_owire.h"
#include "mx27_dmac.h"
#include "mx27_cspi.h"
#include "mx27_lcdc.h"
#include "mx27_slcdc.h"
#include "mx27_i2c.h"
#include "mx27_sdhc.h"
#include "mx27_nandfc.h"
#include "mx27_pwm.h"
#include "mx27_audmux.h"
#include "mx27_ssi.h"
#include "mx27_usb.h"
#include "mx27_pp.h"
#include "mx27_prp.h"
#include "mx27_fec.h"

// CSI Definitions
#include "mx27_csi.h"
	
// DDK Definitions
#include "mx27_ddk.h"

//------------------------------------------------------------------------------

#if __cplusplus
}
#endif

#endif //__CSP_H__

⌨️ 快捷键说明

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