?? uvcuser.h
字號:
/*----------------------------------------------------------------------------
* U S B - K e r n e l
*----------------------------------------------------------------------------
* Name: UVCUSER.H
* Purpose: USB Video Device Class User module Definitions
* Version: V1.00
*----------------------------------------------------------------------------
* This software is supplied "AS IS" without any warranties, express,
* implied or statutory, including but not limited to the implied
* warranties of fitness for purpose, satisfactory quality and
* noninfringement. Keil extends you a royalty-free right to reproduce
* and distribute executable files created using this software for use
* on NXP LPC microcontroller devices only. Nothing else gives you
* the right to use this software.
*
* Copyright (c) 2005-2007 Keil Software.
*---------------------------------------------------------------------------*/
#ifndef __UVCUSER_H__
#define __UVCUSER_H__
/* UVC Requests Callback Functions */
extern BOOL UVC_SetCur (void);
extern BOOL UVC_GetCur (void);
extern BOOL UVC_GetMin (void);
extern BOOL UVC_GetMax (void);
extern BOOL UVC_GetRes (void);
extern BOOL UVC_GetLen (void);
extern BOOL UVC_GetInfo (void);
extern BOOL UVC_GetDef (void);
#endif /* __UVCUSER_H__ */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -