mcf5213.h

来自「Ports_for_CF5213.zip 接口程序;接口程序;」· C头文件 代码 · 共 46 行

H
46
字号
/*
 * 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 + =
减小字号Ctrl + -
显示快捷键?