Module dispatch_impl

Source
Expand description

A collection of types and aliases useful for importing the correct types

Re-exports§

pub use super::embassy_spawn as spawn_fn;

Structs§

WireStorage
A helper type for static storage of buffers and driver components

Constants§

DEVICE_INTERFACE_GUIDS
Used for defining the USB interface

Type Aliases§

WireRxBuf
Type alias for the receive buffer
WireRxImpl
Type alias for WireRx impl
WireSpawnImpl
Type alias for WireSpawn impl
WireTxImpl
Type alias for WireTx impl