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