Go to the source code of this file.
|
struct | USB_Descriptor_Configuration_t |
| USB Device descriptor structure for Mass Storage Device Type define for the device configuration descriptor structure. This must be defined in the application code, as the configuration descriptor contains several sub-descriptors which vary between devices, and which describe the device's usage to the host. More...
|
|
|
#define | AUDIO_STREAM_EPNUM 1 |
| Endpoint number of the Audio isochronous streaming data endpoint.
|
|
#define | AUDIO_STREAM_EPSIZE ENDPOINT_MAX_SIZE(AUDIO_STREAM_EPNUM) |
| Endpoint size in bytes of the Audio isochronous streaming data endpoint. The Windows audio stack requires at least 192 bytes for correct output, thus the smaller 128 byte maximum endpoint size on some of the smaller USB models will result in unavoidable distorted output.
|
|