nrfxlib API 2.8.99
|
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.
[in] | file | The filename where the assertion occurred. |
[in] | line | The line number where the assertion occurred. |