s3c2443.h

来自「2443 wince5.0 bsp, source code」· C头文件 代码 · 共 67 行

H
67
字号
//
// 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.
//
//------------------------------------------------------------------------------
//
//  Header: s3c2443.h
//
//  This header file defines the S3C2443 processor.
//
//  The s3C2443 is a System on Chip (SoC) part consisting of an ARM920T core. 
//  This header file is comprised of component header files that define the 
//  register layout of each component.
//  
//------------------------------------------------------------------------------
#ifndef __S3C2443_H
#define __S3C2443_H

#if __cplusplus
extern "C" {
#endif

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

// Base Definitions
#include "s3c2443_base_regs.h"

// SoC Components
#include "s3c2443_adc.h"
#include "s3c2443_clkpwr.h"
#include "s3c2443_dma.h"
#include "s3c2443_iicbus.h"
#include "s3c2443_iisbus.h"
#include "s3c2443_intr.h"
#include "s3c2443_ioport.h"
#include "s3c2443_lcd.h"
#include "s3c2443_memctrl.h"
#include "s3c2443_nand.h"
#include "s3c2443_pwm.h"
#include "s3c2443_rtc.h"
#include "s3c2443_sdi.h"
#include "s3c2443_spi.h"
#include "s3c2443_hsspi.h"
#include "s3c2443_uart.h"
#include "s3c2443_usbd.h"
#include "s3c2443_wdog.h"
#include "s3c2443_ssmc.h"
#include "s3c2443_cam.h"
#include "s3c2443_hsmmc.h"
#include "s3c2443_matrix.h"
#include "s3c2443_cfcard.h"

#include "s3c2443_dmatransfer.h"
//------------------------------------------------------------------------------

#if __cplusplus
}
#endif

#endif 

⌨️ 快捷键说明

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