SAMV71 Xplained Ultra Software Package 1.5

USB Endpoint directions
[USB Endpoint definitions]

Collaboration diagram for USB Endpoint directions:

Defines

#define USBEndpointDescriptor_OUT   0
#define USBEndpointDescriptor_IN   1

Detailed Description

This section lists definitions of USB endpoint directions.


Define Documentation

#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.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines