Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_procedures_duration.h77 bool ack_requested);
81 __STATIC_INLINE uint16_t nrf_802154_rx_duration_get(uint8_t psdu_length, bool ack_requested);
108 bool ack_requested) in nrf_802154_tx_duration_get() argument
119 if (ack_requested) in nrf_802154_tx_duration_get()
150 __STATIC_INLINE uint16_t nrf_802154_rx_duration_get(uint8_t psdu_length, bool ack_requested) in nrf_802154_rx_duration_get() argument
156 if (ack_requested) in nrf_802154_rx_duration_get()
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_delayed_trx.c107 …bool ack_requested; ///< Flag indicating if Ack for the frame to be received in RX window is r… member
444 bool ack_requested = p_dly_op_data->rx.extension_frame.ack_requested; in notify_rx_timeout() local
445 uint32_t frame_length = nrf_802154_rx_duration_get(psdu_length, ack_requested); in notify_rx_timeout()
586 p_dly_op_data->rx.extension_frame.ack_requested = false; in dly_rx_result_notify()
957 p_dly_op_data->rx.extension_frame.ack_requested = nrf_802154_frame_parser_ar_bit_is_set( in nrf_802154_delayed_trx_rx_started_hook()