mcf5271.h
来自「飞思卡尔的MC5271的写flash软件。」· C头文件 代码 · 共 50 行
H
50 行
/************************************************************************************
* Copyright @ 1995-2005 Freescale Semiconductor, Inc. All rights reserved *
* *
* *
* *
* DESCRIPTION *
* Register and bit definitions for the MCF5271. *
* *
* *
* *
* NOTE *
* *
* *
* *
* HISTORY *
* *
************************************************************************************/
#ifndef __MCF5271_H__
#define __MCF5271_H__
/*********************************************************************/
#include "mcf5271_ccm.h"
#include "mcf5271_cs.h"
#include "mcf5271_dma.h"
#include "mcf5271_eport.h"
#include "mcf5271_fec.h"
#include "mcf5271_gpio.h"
#include "mcf5271_i2c.h"
#include "mcf5271_intc0.h"
#include "mcf5271_intc1.h"
#include "mcf5271_mdha.h"
#include "mcf5271_pit.h"
#include "mcf5271_fmpll.h"
#include "mcf5271_qspi.h"
#include "mcf5271_rcm.h"
#include "mcf5271_rng.h"
#include "mcf5271_scm.h"
#include "mcf5271_sdramc.h"
#include "mcf5271_skha.h"
#include "mcf5271_sram.h"
#include "mcf5271_timer.h"
#include "mcf5271_uart.h"
#include "mcf5271_wtm.h"
/********************************************************************/
#endif /* __MCF5271_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?