![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Data Structures | |
| struct | USB_Descriptor_Configuration_t |
| 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... | |
Macros | |
| #define | MASS_STORAGE_IN_EPNUM 3 |
| #define | MASS_STORAGE_OUT_EPNUM 2 |
| #define | MASS_STORAGE_IO_EPSIZE 64 |
| #define MASS_STORAGE_IN_EPNUM 3 |
Endpoint number of the Mass Storage device-to-host data IN endpoint.
Definition at line 51 of file Descriptors.h.
| #define MASS_STORAGE_IO_EPSIZE 64 |
Definition at line 61 of file Descriptors.h.
| #define MASS_STORAGE_OUT_EPNUM 2 |
Endpoint number of the Mass Storage host-to-device data OUT endpoint.
Definition at line 55 of file Descriptors.h.