Function init_with_custom_layout

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

Start the NRF Modem library with a manually specified memory layout

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)