[][src]Module usb_device::bus

For implementing peripheral drivers.

Structs

InterfaceNumber

A handle for a USB interface that contains its number.

StringIndex

A handle for a USB string descriptor that contains its index.

UsbBusAllocator

Helper type used for UsbBus resource allocation and initialization.

Enums

PollResult

Event and incoming packet information returned by UsbBus::poll.

Traits

UsbBus

A trait for device-specific USB peripherals. Implement this to add support for a new hardware platform.