Macros | |
#define | USBEndpointDescriptor_IN 1 |
#define | USBEndpointDescriptor_OUT 0 |
This section lists definitions of USB endpoint directions.
#define USBEndpointDescriptor_IN 1 |
Endpoint sends data to the host.
Definition at line 332 of file USBDescriptors.h.
#define USBEndpointDescriptor_OUT 0 |
Endpoint receives data from the host.
Definition at line 330 of file USBDescriptors.h.