embassy-net-nrf91

Crates

git

Versions

default

Flavors

Crate embassy_net_nrf91

Source
Expand description

§nRF91 embassy-net integration

embassy-net driver for Nordic nRF91-series cellular modems.

See the examples directory for usage examples with the nRF9160.

§Interoperability

This crate can run on any executor.

Modules§

context
Helper utility to configure a specific modem context.

Structs§

Control
Control handle for the driver.
Runner
Background runner for the driver.
State
Shared state for the driver.
TraceBuffer
State holding modem traces.

Functions§

new
Create a new nRF91 embassy-net driver.
new_with_trace
Create a new nRF91 embassy-net driver with trace.
on_ipc_irq
Call this function on IPC IRQ

Type Aliases§

NetDriver
Network driver.
TraceReader
Represents the reader half of the trace buffer.
TraceWriter
Represents writer half of the trace buffer.