nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ sdc_fault_handler_t

typedef void(* sdc_fault_handler_t) (const char *file, const uint32_t line)

#include <softdevice_controller/include/sdc.h>

Function prototype for the fault handler.

Note
The SoftDevice Controller will disable all interrupts prior to calling the fault handler. The SoftDevice Controller will reset the chip if the application returns from this function.
Parameters
[in]fileThe filename where the assertion occurred.
[in]lineThe line number where the assertion occurred.