![]() |
nRF Connect SDK API 3.3.99
|
| #define NRF_802154_CALLBACKS_DISPATCHER_REGISTER | ( | _entry_name, | |
| _callbacks_var ) |
#include <include/net/nrf_802154_callbacks_dispatcher.h>
Statically register an IEEE 802.15.4 radio driver client.
Place this macro in file scope (for example in a protocol radio implementation file).
| _entry_name | Unique name for this registration (for example openthread). Pass the same string to nrf_802154_callbacks_dispatcher_switch. |
| _callbacks_var | Variable of type nrf_802154_callbacks. |