mcubas.h

来自「freescale crc模块驱动 经调试」· C头文件 代码 · 共 19 行

H
19
字号
/******************************************************************************
 * 头文件名: mcubas.h                                                         *
 ******************************************************************************/

# ifndef __MCUBAS_H__
# define __MCUBAS_H__

# include <mc9s12dg128.h>
# include <stdio.h>

// # define  EnableInterrupts   {__asm CLI;}
// # define  DisableInterrupts  {__asm SEI;}
// CCR  Condition Code Register

# include "portdef.h"

# endif                                                    // __MCUBAS_H__

⌨️ 快捷键说明

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