📄 mxarm11.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) 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: mxarm11.h
//
// This header file defines the Zeus processor.
//
// The Zeus 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 __MXARM11_H
#define __MXARM11_H
#if __cplusplus
extern "C" {
#endif
//------------------------------------------------------------------------------
// Types and Macros
#include "mxarm11_types.h"
#include "mxarm11_macros.h"
// Base Definitions
#include "mxarm11_base_regs.h"
#include "mxarm11_base_mem.h"
// IRQ Definitions
#include "mxarm11_irq.h"
// IOCTL Definitions
#include "mxarm11_ioctl.h"
// IOMUX Definitions
#include "mxarm11_iomux.h"
// SoC Components
#include "mxarm11_avic.h"
#include "mxarm11_uart.h"
#include "mxarm11_epit.h"
#include "mxarm11_rtc.h"
#include "mxarm11_gpio.h"
#include "mxarm11_cspi.h"
#include "mxarm11_ipu.h"
#include "mxarm11_nandfc.h"
#include "mxarm11_gpt.h"
#include "mxarm11_kpp.h"
#include "mxarm11_wdog.h"
#include "mxarm11_owire.h"
#include "mxarm11_sdma.h"
#include "mxarm11_pwm.h"
#include "mxarm11_i2c.h"
#include "mxarm11_firi.h"
#include "mxarm11_audmux.h"
#include "mxarm11_ssi.h"
#include "mxarm11_sim.h"
#include "mxarm11_edio.h"
#include "mxarm11_mu.h"
#include "mxarm11_sdhc.h"
// DDK Definitions
#include "mxarm11_ddk.h"
//------------------------------------------------------------------------------
#if __cplusplus
}
#endif
#endif //__MXARM11_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -