usb_type.h
资源名称:str711USB.rar [点击查看]
上传用户:yyyd609
上传日期:2022-07-18
资源大小:183k
文件大小:1k
源码类别:
微处理器开发
开发平台:
C/C++
- /******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
- * File Name : usb_type.h
- * Author : MCD Application Team
- * Date First Issued : 27/10/2003
- * Description : Type definitions used by the STR7 USB Library
- ********************************************************************************/
- #ifndef __USB_TYPE_H
- #define __USB_TYPE_H
- #ifndef NULL
- #define NULL ((void *)0)
- #endif
- #ifndef FALSE
- #define FALSE (0)
- #endif
- #ifndef TRUE
- #define TRUE (1)
- #endif
- typedef unsigned int DWORD;
- typedef unsigned char BOOL;
- typedef unsigned char BYTE;
- typedef unsigned short WORD;
- #endif // __USB_TYPE_H