Crate nrf_modem_nal

source ·
Expand description

nRF modem nal

crates.io Documentation

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

Modules

Structs

Enums

Functions

  • Trampoline into the BSD library function bsd_os_application_irq_handler. You must call this when an EGU1 interrupt occurs.
  • IPC code now lives outside lib_modem, so call our IPC handler function.
  • Trampoline into the BSD library function bsd_os_trace_irq_handler. You must call this when an EGU2 interrupt occurs.

Type Definitions