Nut/OS  5.0.5
API Reference
usb_desc.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define USB_DEVICE_DESCRIPTOR_TYPE   0x01
#define USB_CONFIGURATION_DESCRIPTOR_TYPE   0x02
#define USB_STRING_DESCRIPTOR_TYPE   0x03
#define USB_INTERFACE_DESCRIPTOR_TYPE   0x04
#define USB_ENDPOINT_DESCRIPTOR_TYPE   0x05
#define VIRTUAL_COM_PORT_DATA_SIZE   64
#define VIRTUAL_COM_PORT_SIZ_DEVICE_DESC   18
#define VIRTUAL_COM_PORT_SIZ_CONFIG_DESC   67
#define VIRTUAL_COM_PORT_SIZ_STRING_LANGID   4
#define VIRTUAL_COM_PORT_SIZ_STRING_VENDOR   38
#define VIRTUAL_COM_PORT_SIZ_STRING_PRODUCT   50
#define VIRTUAL_COM_PORT_SIZ_STRING_SERIAL   26
#define STANDARD_ENDPOINT_DESC_SIZE   0x09

Variables

const uint8_t Virtual_Com_Port_DeviceDescriptor [VIRTUAL_COM_PORT_SIZ_DEVICE_DESC]
const uint8_t Virtual_Com_Port_ConfigDescriptor [VIRTUAL_COM_PORT_SIZ_CONFIG_DESC]
const uint8_t Virtual_Com_Port_StringLangID [VIRTUAL_COM_PORT_SIZ_STRING_LANGID]
const uint8_t Virtual_Com_Port_StringVendor [VIRTUAL_COM_PORT_SIZ_STRING_VENDOR]
const uint8_t Virtual_Com_Port_StringProduct [VIRTUAL_COM_PORT_SIZ_STRING_PRODUCT]
uint8_t Virtual_Com_Port_StringSerial [VIRTUAL_COM_PORT_SIZ_STRING_SERIAL]

Define Documentation

#define USB_DEVICE_DESCRIPTOR_TYPE   0x01
#define USB_CONFIGURATION_DESCRIPTOR_TYPE   0x02
#define USB_STRING_DESCRIPTOR_TYPE   0x03
#define USB_INTERFACE_DESCRIPTOR_TYPE   0x04
#define USB_ENDPOINT_DESCRIPTOR_TYPE   0x05
#define VIRTUAL_COM_PORT_DATA_SIZE   64

Referenced by Virtual_Com_Port_Reset().

#define VIRTUAL_COM_PORT_SIZ_DEVICE_DESC   18
#define VIRTUAL_COM_PORT_SIZ_CONFIG_DESC   67
#define VIRTUAL_COM_PORT_SIZ_STRING_LANGID   4
#define VIRTUAL_COM_PORT_SIZ_STRING_VENDOR   38
#define VIRTUAL_COM_PORT_SIZ_STRING_PRODUCT   50
#define VIRTUAL_COM_PORT_SIZ_STRING_SERIAL   26
#define STANDARD_ENDPOINT_DESC_SIZE   0x09

Variable Documentation

const uint8_t Virtual_Com_Port_DeviceDescriptor[VIRTUAL_COM_PORT_SIZ_DEVICE_DESC]
const uint8_t Virtual_Com_Port_ConfigDescriptor[VIRTUAL_COM_PORT_SIZ_CONFIG_DESC]

Referenced by Virtual_Com_Port_Reset().

const uint8_t Virtual_Com_Port_StringLangID[VIRTUAL_COM_PORT_SIZ_STRING_LANGID]
const uint8_t Virtual_Com_Port_StringVendor[VIRTUAL_COM_PORT_SIZ_STRING_VENDOR]
const uint8_t Virtual_Com_Port_StringProduct[VIRTUAL_COM_PORT_SIZ_STRING_PRODUCT]
uint8_t Virtual_Com_Port_StringSerial[VIRTUAL_COM_PORT_SIZ_STRING_SERIAL]

Referenced by Get_SerialNum().