map.h

来自「M68HC08 及HCS08系列单片机bootloader引导程序源码、示例」· C头文件 代码 · 共 11 行

H
11
字号
#ifndef _MAP_H
#define _MAP_H

#define DisableInterrupts __asm SEI
#define EnableInterrupts  __asm CLI

#define NULL ((void *)0)

#include <MC68HC908JW32.h> 	/* include peripheral declarations */

#endif

⌨️ 快捷键说明

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