nrfxlib API 0.1.0
|
typedef void(* mpsl_assert_handler_t) (const char *const file, const uint32_t line) |
#include <mpsl/include/mpsl.h>
Bitmask of (D)PPI channels reserved for MPSL.
Function prototype for the assert handler.
[in] | file | The filename where the assertion occurred. |
[in] | line | The line number where the assertion occurred. |