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§

pub use embedded_nal;

Modules§

at
dns
error
gnss
helpers
log
lte
tcp
udp

Structs§

Modem
SystemMode
Identifies which radios in the nRF9160 should be active

Enums§

ConnectionPreference
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.

Type Aliases§

GpsPowerCallback