nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
nrf_802154_callbacks Struct Reference

Callbacks for the nRF IEEE 802.15.4 radio driver. More...

#include <nrf_802154_callbacks_dispatcher.h>

Data Fields

void(* init )(void)
 
void(* deinit )(void)
 
void(* received_timestamp_raw )(uint8_t *data, int8_t power, uint8_t lqi, uint64_t time)
 
void(* receive_failed )(nrf_802154_rx_error_t error, uint32_t id)
 
void(* tx_ack_started )(const uint8_t *data)
 
void(* transmitted_raw )(uint8_t *frame, const nrf_802154_transmit_done_metadata_t *metadata)
 
void(* transmit_failed )(uint8_t *frame, nrf_802154_tx_error_t error, const nrf_802154_transmit_done_metadata_t *metadata)
 
void(* energy_detected )(const nrf_802154_energy_detected_t *result)
 
void(* energy_detection_failed )(nrf_802154_ed_error_t error)
 
struct nrf_802154_radio_client_config *(* get_config )(void)
 

Detailed Description

Callbacks for the nRF IEEE 802.15.4 radio driver.

All callbacks are optional and may be set to NULL if not used.


The documentation for this struct was generated from the following file: