nrfxlib API 2.8.99
|
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.
[in] | result | If the called request succeeded. |