dtype.h

来自「视频601芯片的驱动源码,你可以完全掌控该芯片了,对于其它多媒体芯片的设计具有参」· C头文件 代码 · 共 42 行

H
42
字号
/*------------------------------------------------------------------------

$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 + =
减小字号Ctrl + -
显示快捷键?