Lightweight USB stack  1.0
usb_debug_descriptor Struct Reference

USB debug descriptor. More...

#include <usb_std.h>

Data Fields

uint8_t bLength
 Size of the descriptor, in bytes.
 
uint8_t bDescriptorType
 Debug descriptor type.
 
uint8_t bDebugInEndpoint
 Endpoint number of the Debug Data IN endpoint.
 
uint8_t bDebugOutEndpoint
 Endpoint number of the Debug Data OUTendpoint.
 

Detailed Description

USB debug descriptor.

This descriptor is used to describe certain characteristics of the device that the host debug port driver needs to know to communicate with the device. Specifically, the debug descriptor lists the addresses of the endpoints that comprise the Debug Pipe. The endpoints are identified by endpoint number.

Definition at line 456 of file usb_std.h.


The documentation for this struct was generated from the following file: