Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_procedures_duration.h108 bool 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()
/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