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

📄 mcf523x.h

📁 motorola 针对coldfire 5275 评估板的Dbug bootloader源程序
💻 H
字号:
/*
 * File:    mcf523x.h
 * Purpose: Register and bit definitions for the MCF523X
 *
 * Notes:   
 *  
 */

#ifndef __MCF523X_H__
#define __MCF523X_H__

/*********************************************************************/

#include "mcf523x/mcf523x_fmpll.h"
#include "mcf523x/mcf523x_ccm.h"
#include "mcf523x/mcf523x_cs.h"
#include "mcf523x/mcf523x_eport.h"
#include "mcf523x/mcf523x_fec.h"
#include "mcf523x/mcf523x_can.h"
#include "mcf523x/mcf523x_gpio.h"
#include "mcf523x/mcf523x_i2c.h"
#include "mcf523x/mcf523x_intc0.h"
#include "mcf523x/mcf523x_intc1.h"
#include "mcf523x/mcf523x_mdha.h"
#include "mcf523x/mcf523x_pit.h"
#include "mcf523x/mcf523x_qspi.h"
#include "mcf523x/mcf523x_rcm.h"
#include "mcf523x/mcf523x_rng.h"
#include "mcf523x/mcf523x_scm.h"
#include "mcf523x/mcf523x_sdramc.h"
#include "mcf523x/mcf523x_skha.h"
#include "mcf523x/mcf523x_sram.h"
#include "mcf523x/mcf523x_timer.h"
#include "mcf523x/mcf523x_uart.h"
#include "mcf523x/mcf523x_wtm.h"


/********************************************************************/

#endif /* __MCF523X_H__ */

⌨️ 快捷键说明

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