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

◆ nrf_802154_notification_func_t

typedef void(* nrf_802154_notification_func_t) (bool result)

#include <nrf_802154/driver/src/nrf_802154_notification.h>

Function type used for notifications from critical sections in the core module.

This function is called instead of the default notification. The function is passed to request notifications from a critical section during the request processing.

Parameters
[in]resultIf the called request succeeded.