41#ifndef NRF_802154_IMM_ACK_GENERATOR_H
42#define NRF_802154_IMM_ACK_GENERATOR_H
uint8_t * nrf_802154_imm_ack_generator_create(const nrf_802154_frame_t *p_frame_data, const nrf_802154_peer_rec_t *p_peer_rec)
Create an Immediate ACK in response to the provided frame.
void nrf_802154_imm_ack_generator_reset(void)
Reset the Immediate ACK generator module.
void nrf_802154_imm_ack_generator_init(void)
Module that contains an immediate acknowledgement (Imm-Ack) generator for the 802....
Definition nrf_802154_frame.h:139
Information record about a peer.
Definition nrf_802154_ack_data.h:59