Module endpoint

Source
Expand description

USB endpoints.

Structs§

Endpoint
Handle for a USB endpoint. The endpoint direction is constrained by the D type argument, which must be either In or Out.
EndpointAddress
Type-safe endpoint address.
In
Marker type for IN endpoints.
Out
Marker type for OUT endpoints.

Enums§

EndpointType
USB endpoint transfer type.
IsochronousSynchronizationType
Isochronous transfers employ one of three synchronization schemes. See USB 2.0 spec 5.12.4.1.
IsochronousUsageType
Intended use of an isochronous endpoint, see USB 2.0 spec sections 5.12 and 9.6.6. Associations between data and feedback endpoints are described in section 9.6.6.

Traits§

EndpointDirection
Trait for endpoint type markers.

Type Aliases§

EndpointIn
A device-to-host (IN) endpoint.
EndpointOut
A host-to-device (OUT) endpoint.