otgmsapp.h

来自「philips公司ISP1362 USB OTG控制芯片的驱动」· C头文件 代码 · 共 39 行

H
39
字号
/*************************************************************
 * Philips otg mass storage application 
 *
 * (c) 2002 Koninklijke Philips Electronics N.V., All rights reserved
 * 
 * This  source code and any compilation or derivative thereof is the
 * proprietary information of Koninklijke Philips Electronics N.V.
 * and is confidential in nature.
 * Under no circumstances is this software to be exposed to or placed
 * under an Open Source License of any type without the expressed
 * written permission of Koninklijke Philips Electronics N.V.
 *
 * File Name:	otgapp.h
 *
 * History:	
 *
 *	Version	Date		Author		Comments
 * -------------------------------------------------
 * 	1.0		09/10/02	SYARRA		Initial Creation
 *
 *************************************************************/


#ifndef __OTGMSAPP_H__
#define	__OTGMSAPP_H__

#define		MAX_PREV_OTG_STATES		15

typedef struct {
	char	c;
	int		flag;
	int		signal;
	int		signal_count;
	int		state[MAX_PREV_OTG_STATES];
} shm_struct_t;


#endif /* __OTGMSAPP_H__ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?