ot_types.h
来自「基于LPC2468处理器的源代码」· C头文件 代码 · 共 46 行
H
46 行
/*
**************************************************************************************************************
* uC-USBH
* USB Host Stack
*
* (c) Copyright 2008, OnChip Technologies LLC
* All Rights Reserved
*
* www.onchiptech.com
*
* LICENSING TERMS:
*
* This software is protected by international copyright laws. Knowledge of the source code may not be used to
* write a similar product. This file may only be used in accordance with a license and should not be
* redistributed in any way. We appreciate your understanding, fairness and honesty.
*
* This material or any other copies thereof may not be provided or otherwise made available to any other
* person without written permission by Onchip Technologies. Its receipt and/or possession does
* not convey any right to alter, reproduce, disclose, transmit, manufacture, use or sell anything it may
* describe.
*
* File : ot_types.h
* Programmer(s) : Ravikanth.P
* Version : V1.00
*
**************************************************************************************************************
*/
#if !defined(OT_TYPES_H)
#define OT_TYPES_H
/*
**************************************************************************************************************
* TYPE DEFINITIONS
**************************************************************************************************************
*/
typedef unsigned int CPU_INT32U;
typedef signed int CPU_INT32S;
typedef unsigned short CPU_INT16U;
typedef signed short CPU_INT16S;
typedef unsigned char CPU_INT08U;
typedef signed char CPU_INT08S;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?