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

📄 mcf5275.h

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

#ifndef __MCF5275_H__
#define __MCF5275_H__

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

#include "mcf5275/mcf5275_ccm.h"
#include "mcf5275/mcf5275_cs.h"
#include "mcf5275/mcf5275_dma.h"
#include "mcf5275/mcf5275_eport.h"
#include "mcf5275/mcf5275_fec.h"
#include "mcf5275/mcf5275_gpio.h"
#include "mcf5275/mcf5275_i2c.h"
#include "mcf5275/mcf5275_intc0.h"
#include "mcf5275/mcf5275_intc1.h"
#include "mcf5275/mcf5275_mdha.h"
#include "mcf5275/mcf5275_pit.h"
#include "mcf5275/mcf5275_fmpll.h"
#include "mcf5275/mcf5275_pwm.h"
#include "mcf5275/mcf5275_qspi.h"
#include "mcf5275/mcf5275_rcm.h"
#include "mcf5275/mcf5275_rng.h"
#include "mcf5275/mcf5275_scm.h"
#include "mcf5275/mcf5275_sdramc.h"
#include "mcf5275/mcf5275_skha.h"
#include "mcf5275/mcf5275_sram.h"
#include "mcf5275/mcf5275_timer.h"
#include "mcf5275/mcf5275_uart.h"
#include "mcf5275/mcf5275_usb.h"
#include "mcf5275/mcf5275_wtm.h"

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

#endif /* __MCF5275_H__ */

⌨️ 快捷键说明

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