csp.h

来自「freescale i.mx31 BSP CE5.0全部源码」· C头文件 代码 · 共 72 行

H
72
字号
//------------------------------------------------------------------------------
//
// 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) 2004, Freescale Semiconductor, Inc. All Rights Reserved
// THIS SOURCE CODE IS CONFIDENTIAL AND PROPRIETARY AND MAY NOT
// BE USED OR DISTRIBUTED WITHOUT THE WRITTEN PERMISSION OF
// Freescale Semiconductor, Inc.
//
//------------------------------------------------------------------------------
//
//  Header: csp.h
//
//  This header file defines the MX31 processor.
//
//  The MX31 is a System on Chip (SoC) part consisting of an ARM11 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

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

// Platform Definitions
#include "mxarm11.h"

// Types and Macros

// Base Definitions
#include "mx31_base_regs.h"
#include "mx31_base_mem.h"

// IRQ Definitions
#include "mx31_irq.h"

// DMA Definitions
#include "mx31_dma.h"

// SoC Components
#include "mx31_ccm.h"
#include "mx31_iomux.h"
#include "mx31_ata.h"
#include "mx31_usb.h"
#include "mx31_pcmcia.h"

// DDK Definitions
#include "mx31_ddk.h"

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

#if __cplusplus
}
#endif

#endif //__CSP_H

⌨️ 快捷键说明

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