usb_dev_desc.h
来自「NXP LPC系列AMR7的开发程序源码(LCD」· C头文件 代码 · 共 28 行
H
28 行
/*************************************************************************
*
* Used with ICCARM and AARM.
*
* (c) Copyright IAR Systems 2006
*
* File name : usb_dev_desc.h
* Description : Descriptor definitions
*
* History :
* 1. Date : September 22, 2006
* Author : Stanimir Bonev
* Description : Create
*
* $Revision: 1.1.2.3 $
**************************************************************************/
#include "includes.h"
#ifndef __USB_DEV_DESC_H
#define __USB_DEV_DESC_H
extern const UsbStandardDeviceDescriptorStr_t UsbStandardDeviceDescriptorStr;
extern const Int8U UsbStandardConfigurationDescriptor[];
extern const Int8U UsbLanguagesStr [];
extern const Int8U * const * const UsbString[];
#endif //__USB_DEV_DESC_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?