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.
- Trace
Buffer - 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.
- Trace
Reader - Represents the reader half of the trace buffer.
- Trace
Writer - Represents writer half of the trace buffer.