📄 ot_types.h
字号:
/*
**************************************************************************************************************
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -