Function init

Source
pub async fn init(mode: SystemMode) -> Result<(), Error>
Expand description

Start the NRF Modem library

With the os_irq feature enabled, you need to specify the OS scheduled IRQ number. The modem’s IPC interrupt should be higher than the os irq. (IPC should pre-empt the executor)