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.