35#ifndef NRF_802154_ACK_TIMEOUT_H__
36#define NRF_802154_ACK_TIMEOUT_H__
bool nrf_802154_ack_timeout_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig)
Aborts a started ACK timeout procedure.
void nrf_802154_ack_timeout_rx_ack_started_hook(void)
Handles a RX ACK started event.
void nrf_802154_ack_timeout_init(void)
Initializes the ACK timeout handling feature.
void nrf_802154_ack_timeout_deinit(void)
Deinitializes the ACK timeout handling feature.
bool nrf_802154_ack_timeout_tx_started_hook(uint8_t *p_frame)
Handles a TX started event.
void nrf_802154_ack_timeout_time_set(uint32_t time)
Sets the timeout time for the ACK timeout feature.
bool nrf_802154_ack_timeout_tx_failed_hook(uint8_t *p_frame, nrf_802154_tx_error_t error)
Handles a TX failed event.
void nrf_802154_ack_timeout_transmitted_hook(const uint8_t *p_frame)
Handles a transmitted event.
uint8_t nrf_802154_term_t
Termination level selected for a particular request.
Definition nrf_802154_types.h:154
uint8_t nrf_802154_tx_error_t
Errors reported during the frame transmission.
Definition nrf_802154_types.h:82
req_originator_t
Definition nrf_802154_const.h:232