⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chap9.h

📁 44b0x系统在ucos下usb作为从设备驱动及测试程序
💻 H
字号:
/*
   *************************************************************************
   
                     P H I L I P S   P R O P R I E T A R Y
   
              COPYRIGHT (c)   1997 BY PHILIPS SINGAPORE.
                        --  ALL RIGHTS RESERVED  --
   
    File Name:	CHAP_9.H
    Author:		Wenkai Du
    Created:		19 Dec 97
    Modified:
    Revision:		2.0
   
   *************************************************************************
   
   *************************************************************************
*/


#ifndef __CHAP_9_H__
#define __CHAP_9_H__

/*
   *************************************************************************
    USB Protocol Layer
   *************************************************************************
*/

/*
   *************************************************************************
    USB standard device requests
   *************************************************************************
*/
void get_status(void);
void clear_feature(void);
void set_feature(void);
void set_address(void);
void get_descriptor(void);
void get_configuration(void);
void set_configuration(void);
void get_interface(void);
void set_interface(void);

void reserved(void);

#endif

⌨️ 快捷键说明

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