Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_procedures_duration.h81 __STATIC_INLINE uint16_t nrf_802154_rx_duration_get(uint8_t psdu_length, bool ack_requested);
150 __STATIC_INLINE uint16_t nrf_802154_rx_duration_get(uint8_t psdu_length, bool ack_requested) in nrf_802154_rx_duration_get() function
Dnrf_802154_core.c1877 uint16_t duration = nrf_802154_rx_duration_get( in nrf_802154_trx_receive_frame_bcmatched()
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_delayed_trx.c445 uint32_t frame_length = nrf_802154_rx_duration_get(psdu_length, ack_requested); in notify_rx_timeout()