Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_delayed_trx.c105 … uint64_t sof_timestamp; ///< Timestamp of last start of frame notification received in RX window. member
438 uint64_t sof_timestamp = p_dly_op_data->rx.extension_frame.sof_timestamp; in notify_rx_timeout() local
447 if (nrf_802154_sl_time64_is_in_future(now, sof_timestamp + frame_length)) in notify_rx_timeout()
450 p_dly_op_data->rx.timeout_timer.trigger_time = sof_timestamp + frame_length; in notify_rx_timeout()
584 p_dly_op_data->rx.extension_frame.sof_timestamp = now; in dly_rx_result_notify()
955 p_dly_op_data->rx.extension_frame.sof_timestamp = nrf_802154_sl_timer_current_time_get(); in nrf_802154_delayed_trx_rx_started_hook()