69#if NRF_802154_USE_RAW_API || defined(DOXYGEN)
70#if !NRF_802154_SERIALIZATION_HOST || defined(DOXYGEN)
80#if !NRF_802154_USE_RAW_API || defined(DOXYGEN)
81#if !NRF_802154_SERIALIZATION_HOST || defined(DOXYGEN)
96#if NRF_802154_USE_RAW_API || defined(DOXYGEN)
106#if !NRF_802154_USE_RAW_API || defined(DOXYGEN)
123#if !NRF_802154_SERIALIZATION_HOST || defined(DOXYGEN)
uint8_t nrf_802154_ed_error_t
Possible errors during the energy detection.
Definition nrf_802154_types.h:116
uint8_t nrf_802154_cca_error_t
Possible errors during the CCA procedure.
Definition nrf_802154_types.h:123
uint8_t nrf_802154_rx_error_t
Possible errors during the frame reception.
Definition nrf_802154_types.h:98
uint8_t nrf_802154_tx_error_t
Errors reported during the frame transmission.
Definition nrf_802154_types.h:82
Provides function prototypes required by nRF 802.15.4 Radio Driver.
void nrf_802154_co_received_raw(uint8_t *p_data, int8_t power, uint8_t lqi)
Calls nrf_802154_received_raw.
void nrf_802154_co_receive_failed(nrf_802154_rx_error_t error, uint32_t id)
Calls nrf_802154_receive_failed.
void nrf_802154_co_cca_failed(nrf_802154_cca_error_t error)
Calls nrf_802154_cca_failed.
void nrf_802154_co_energy_detected(const nrf_802154_energy_detected_t *p_result)
Calls nrf_802154_energy_detected.
void nrf_802154_co_transmit_failed(uint8_t *p_frame, nrf_802154_tx_error_t error, const nrf_802154_transmit_done_metadata_t *p_metadata)
Calls nrf_802154_transmit_failed.
void nrf_802154_co_tx_ack_started(const uint8_t *p_data)
Calls nrf_802154_tx_ack_started.
void nrf_802154_co_energy_detection_failed(nrf_802154_ed_error_t error)
Calls nrf_802154_energy_detection_failed.
void nrf_802154_co_tx_started(const uint8_t *p_frame)
Calls nrf_802154_tx_started.
void nrf_802154_co_received(uint8_t *p_data, uint8_t length, int8_t power, uint8_t lqi)
Calls nrf_802154_received.
void nrf_802154_co_transmitted_raw(uint8_t *p_frame, const nrf_802154_transmit_done_metadata_t *p_metadata)
Calls nrf_802154_transmitted_raw.
void nrf_802154_co_transmitted(uint8_t *p_frame, const nrf_802154_transmit_done_metadata_t *p_metadata)
Calls nrf_802154_transmitted.
void nrf_802154_co_cca_done(bool channel_free)
Calls nrf_802154_cca_done.
Structure that holds results of energy detection procedure.
Definition nrf_802154_types.h:505