embassy-nrf

Crates

git

Versions

nrf52820

Flavors

Module usb

Source
Expand description

Universal Serial Bus (USB) driver.

Modules§

vbus_detect
Trait and implementations for performing VBUS detection.

Structs§

Bus
USB bus.
ControlPipe
USB control pipe.
Driver
USB driver.
Endpoint
USB endpoint.
InterruptHandler
Interrupt handler.

Enums§

In
Type-level marker for IN endpoints.
Out
Type-level marker for OUT endpoints.

Traits§

Instance
USB peripheral instance.