BodgeUSB.Descriptor.Endpoint (BodgeUSB v0.1.0)

Copy Markdown View Source

Parsed endpoint descriptor.

Summary

Types

t()

@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
}