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

◆ mpsl_assert_handler_t

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.

Note
If an internal assert occurs this function is called. It is supposed to log the assert and stop execution.
Parameters
[in]fileThe filename where the assertion occurred.
[in]lineThe line number where the assertion occurred.