35#ifndef NRF_802154_IFS_H
36#define NRF_802154_IFS_H
uint8_t nrf_802154_term_t
Termination level selected for a particular request.
Definition nrf_802154_types.h:154
void(* nrf_802154_transmit_failed_notification_t)(uint8_t *p_frame, nrf_802154_tx_error_t error, const nrf_802154_transmit_done_metadata_t *p_meta)
Function pointer used for notifying about transmission failure.
Definition nrf_802154_types.h:496
req_originator_t
Definition nrf_802154_const.h:232
void nrf_802154_ifs_deinit(void)
Deinitializes the Interframe Spacing handling feature.
bool nrf_802154_ifs_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig)
Aborts an ongoing IFS-delayed transmission.
void nrf_802154_ifs_init(void)
Initializes the Interframe Spacing handling feature.
void nrf_802154_ifs_transmitted_hook(const uint8_t *p_frame)
Captures the timestamp, length and destination address of the transmitted frame for the sake of futur...
bool nrf_802154_ifs_pretransmission(uint8_t *p_frame, nrf_802154_transmit_params_t *p_params, nrf_802154_transmit_failed_notification_t notify_function)
Examines the frame before transmission and checks if it needs to be delayed.
Definition nrf_802154_types_internal.h:42