Home
last modified time | relevance | path

Searched refs:mp_frame (Results 1 – 1 of 1) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_precise_ack_timeout.c70 static uint8_t * mp_frame; variable
82 param.p_frame = mp_frame; in timeout_timer_fired()
116 m_dt = m_timeout + IMM_ACK_DURATION + nrf_802154_frame_duration_get(mp_frame[0], false, true); in timeout_timer_start()
157 mp_frame = NULL; in nrf_802154_ack_timeout_init()
174 mp_frame = p_frame; in nrf_802154_ack_timeout_tx_started_hook()
206 NRF_802154_ASSERT((p_frame == mp_frame) || (!m_procedure_is_active)); in nrf_802154_ack_timeout_transmitted_hook()
221 NRF_802154_ASSERT((p_frame == mp_frame) || (!m_procedure_is_active)); in nrf_802154_ack_timeout_tx_failed_hook()