📄 dtype.h
字号:
/*------------------------------------------------------------------------
$Workfile: DTYPE.H $
$Date: 3/06/96 7:54p $
$Revision: 1 $
* Purpose:
* Header for common data type use in all modules
* Notes:
*
$History: DTYPE.H $
*
* ***************** Version 1 *****************
* User: Stevel Date: 3/06/96 Time: 7:54p
* Created in $/601cman
* Initial release
This code and information is provided "as is" without warranty of any
kind, either expressed or implied, including but not limited to the
implied warranties of merchantability and/or fitness for a particular
purpose.
1996 Analog Devices, Inc.
-------------------------------------------------------------------------*/
#ifndef DTYPE
#define DTYPE
//===========================================================
// Data type define for EV601
//===========================================================
typedef unsigned char byte; // 8-bit
typedef unsigned short word; // 16-bit
typedef unsigned long dword; // 32-bit
#endif // End of define DTYPE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -