Module nrfxlib::api[][src]

Expand description

libbsd.a API implementation

Implements the C functions that libbsd.a needs in order to operate.

Copyright (c) 42 Technology Ltd 2019

Dual-licensed under MIT and Apache 2.0. See the README for more details.

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.