Module endpoint_attributes

Source
Expand description

bmAttributes field of the endpoint descriptor.

Modules§

synchronization
Bits 3..2: Synchronization Type of an isochronous endpoint.
transfer_type
Bits 1..0: Transfer Type.
usage
Bits 5..4: Usage Type of an isochronous endpoint.

Constants§

SYNCHRONIZATION_MASK
Mask for bits 3..2.
TRANSFER_TYPE_MASK
Mask for bits 1..0.
USAGE_MASK
Mask for bits 5..4.