Searched refs:ack_requested (Results 1 – 2 of 2) sorted by relevance
77 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() argument119 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() argument156 if (ack_requested) in nrf_802154_rx_duration_get()
107 …bool ack_requested; ///< Flag indicating if Ack for the frame to be received in RX window is r… member444 bool ack_requested = p_dly_op_data->rx.extension_frame.ack_requested; in notify_rx_timeout() local445 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()