nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ mpsl_radio_notification_cb_t

typedef void(* mpsl_radio_notification_cb_t) (mpsl_radio_notification_source_t notification_source)

#include <mpsl/include/mpsl_radio_notification.h>

Function prototype for the radio notification callback.

Note
This callback is called from high priority interrupt context. The callback should perform minimal processing and return quickly. Heavy processing should be deferred to lower priority context.