Searched refs:m_last_frame_timestamp (Results 1 – 1 of 1) sorted by relevance
87 static uint64_t m_last_frame_timestamp; ///< Timestamp of the last transmitted fra… variable187 if (!nrf_802154_sl_time64_is_in_future(m_last_frame_timestamp, current_timestamp)) in ifs_needed_by_time()190 if (current_timestamp != m_last_frame_timestamp) in ifs_needed_by_time()196 uint64_t dt = current_timestamp - m_last_frame_timestamp; in ifs_needed_by_time()219 m_last_frame_timestamp = 0; in nrf_802154_ifs_init()281 m_timer.trigger_time = m_last_frame_timestamp + dt; in nrf_802154_ifs_pretransmission()299 m_last_frame_timestamp = nrf_802154_sl_timer_current_time_get(); in nrf_802154_ifs_transmitted_hook()