Expand description
§nRF modem nal
This is an embedded-nal implementation for the nRF9160 (built on top of the nrfxlib rust crate).
Other than exposing the NAL, it also implements enabling and disabling the modem when required automatically.
Re-exports§
pub use embedded_nal;
Modules§
Structs§
- Modem
- System
Mode - Identifies which radios in the nRF9160 should be active
Enums§
- Connection
Preference - The preference the modem will have for connecting to the mobile network
Functions§
- application_
irq_ handler - Trampoline into the BSD library function
bsd_os_application_irq_handler
. You must call this when an EGU1 interrupt occurs. - ipc_
irq_ handler - IPC code now lives outside
lib_modem
, so call our IPC handler function. - trace_
irq_ handler - Trampoline into the BSD library function
bsd_os_trace_irq_handler
. You must call this when an EGU2 interrupt occurs.