Embassy
embassy-usb

Crates

git

Versions

default

Flavors

Type Alias embassy_usb::class::cdc_ncm::embassy_net::Device

source ·
pub type Device<'d, const MTU: usize> = Device<'d, MTU>;
Expand description

Type alias for the embassy-net driver for CDC-NCM.

Aliased Type§

struct Device<'d, const MTU: usize> { /* private fields */ }