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

📄 mcf5213.h

📁 Ports_for_CF5213.zip 接口程序;接口程序;
💻 H
字号:
/*
 * File:	mcf5213.h
 * Purpose:	Register and bit definitions for the MCF5213
 *
 * Notes:	
 *	
 */

#ifndef __MCF5213_H__
#define __MCF5213_H__

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

/*
 * Include header files with access macros and definitions for all 
 * the integrated peripherals
 */
#include "headers/mcf5213_scm.h"
#include "headers/mcf5213_pmm.h"
#include "headers/mcf5213_uart.h"
#include "headers/mcf5213_i2c.h"
#include "headers/mcf5213_qspi.h"
#include "headers/mcf5213_dtim.h"
#include "headers/mcf5213_intc.h"
#include "headers/mcf5213_gpio.h"
#include "headers/mcf5213_cim.h"
#include "headers/mcf5213_clock.h"
#include "headers/mcf5213_eport.h"
#include "headers/mcf5213_pit.h"
#include "headers/mcf5213_adc.h"
#include "headers/mcf5213_gpt.h"
#include "headers/mcf5213_pwm.h"
#include "headers/mcf5213_can.h"
#include "headers/mcf5213_cfm.h"

/*
 * Function prototypes for CPU specific routines
 */
void cpu_pause (int);
void cpu_pstddata_disable(void);
void cpu_pstddata_enable(void);

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

#endif /* __MCF5213_H__ */

⌨️ 快捷键说明

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