nrfxlib API 2.7.99
Loading...
Searching...
No Matches
nrf_802154_ifs.h File Reference
#include <stdbool.h>
#include <stdint.h>
#include "nrf_802154_const.h"
#include "nrf_802154_types_internal.h"

Go to the source code of this file.

Functions

void nrf_802154_ifs_init (void)
 Initializes the Interframe Spacing handling feature.
 
void nrf_802154_ifs_deinit (void)
 Deinitializes the Interframe Spacing handling feature.
 
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.
 
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 future analysis by the nrf_802154_ifs_pretransmission.
 
bool nrf_802154_ifs_abort (nrf_802154_term_t term_lvl, req_originator_t req_orig)
 Aborts an ongoing IFS-delayed transmission.