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

📄 mc68230p.h

📁 motorola自己开发的针对coldfire 5272的Dbug bootloader程序
💻 H
字号:
/*
 * File:		mc68230p.h
 * Purpose:		Header file and prototypes for MC68230 PI/T.
 *
 * Notes:
 *
 */

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

#ifndef _DBUG_MC68230_H
#define _DBUG_MC68230_H

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

#include "src/include/dbug.h"
#include "src/dev/mc68230.h"

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

void
mc68230_init (MC68230 *);

void
mc68230_timer_init (MC68230 *, int, int, int);

void
mc68230_timer_start (MC68230 *);

void
mc68230_timer_stop (MC68230 *);

void
mc68230_timer_wait (MC68230 *);

int
mc68230_timer_read (MC68230 *);

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

#endif /* _DBUG_MC68230_H */

⌨️ 快捷键说明

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