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

📄 dtype.h

📁 是关于KeilC下串口Baudrat设定的。
💻 H
字号:
/*------------------------------------------------------------------------------
;  This file is part of the RLC instruction
;  Copyright (c)
;  Version: 1.0 
;-------------------------------------------------------------------------------
;  Filename:
;  dtype.h
;  Function:   
;
;  Author:
;  pirate
;     
;  Writedate:
;  Oct.15 2005
;  Moddate(latest):
;  Oct.15 2005
;-------------------------------------------------------------------------------
*/
#ifndef _DTYPE_H
#define _DTYPE_H

//--------------------------------------
// Included files
//--------------------------------------
#include <intrins.h>

//--------------------------------------
// Local Definitions and Types
//--------------------------------------
typedef unsigned char uchar;
typedef unsigned int uint;
typedef signed char schar;
typedef signed int sint; 

//define extern function in library
#define nop() _nop_();

//------------------------------------------------------------------------------
//
#endif

⌨️ 快捷键说明

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