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§
- Wire
Storage - A helper type for
static
storage of buffers and driver components
Constants§
- DEVICE_
INTERFACE_ GUIDS - Used for defining the USB interface
Type Aliases§
- Wire
RxBuf - Type alias for the receive buffer
- Wire
RxImpl - Type alias for
WireRx
impl - Wire
Spawn Impl - Type alias for
WireSpawn
impl - Wire
TxImpl - Type alias for
WireTx
impl