Parsed endpoint descriptor.
Summary
Types
@type t() :: %BodgeUSB.Descriptor.Endpoint{ address: 0..255, direction: :in | :out, interval: 0..255, max_packet_size: non_neg_integer(), number: 0..15, transfer_type: :control | :isochronous | :bulk | :interrupt }