embassy-net-nrf91

Crates

git

Versions

default

Flavors

NetDriver

Type Alias NetDriver 

Source
pub type NetDriver<'a> = Device<'a, MTU>;
Expand description

Network driver.

This is the type you have to pass to embassy-net when creating the network stack.

Aliased Typeยง

pub struct NetDriver<'a> { /* private fields */ }