Expand description
USB endpoints.
Structs§
- Endpoint
 - Handle for a USB endpoint. The endpoint direction is constrained by the 
Dtype argument, which must be eitherInorOut. - Endpoint
Address  - Type-safe endpoint address.
 - In
 - Marker type for IN endpoints.
 - Out
 - Marker type for OUT endpoints.
 
Enums§
- Endpoint
Type  - USB endpoint transfer type.
 - Isochronous
Synchronization Type  - Isochronous transfers employ one of three synchronization schemes. See USB 2.0 spec 5.12.4.1.
 - Isochronous
Usage Type  - 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§
- Endpoint
Direction  - Trait for endpoint type markers.
 
Type Aliases§
- Endpoint
In  - A device-to-host (IN) endpoint.
 - Endpoint
Out  - A host-to-device (OUT) endpoint.