Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/sl/sl_opensource/src/
Dnrf_802154_sl_timer.c78 uint64_t nrf_802154_sl_timer_current_time_get(void) in nrf_802154_sl_timer_current_time_get() function
97 uint64_t now = nrf_802154_sl_timer_current_time_get(); in nrf_802154_sl_timer_add()
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_csma_ca.c276 .trigger_time = nrf_802154_sl_timer_current_time_get() + backoff_us, in random_backoff_start()
356 uint64_t ts = nrf_802154_sl_timer_current_time_get(); in nrf_802154_csma_ca_start()
Dnrf_802154_ifs.c264 uint64_t current_timestamp = nrf_802154_sl_timer_current_time_get(); in nrf_802154_ifs_pretransmission()
299 m_last_frame_timestamp = nrf_802154_sl_timer_current_time_get(); in nrf_802154_ifs_transmitted_hook()
Dnrf_802154_precise_ack_timeout.c113 uint64_t now = nrf_802154_sl_timer_current_time_get(); in timeout_timer_start()
Dnrf_802154_delayed_trx.c437 uint64_t now = nrf_802154_sl_timer_current_time_get(); in notify_rx_timeout()
576 now = nrf_802154_sl_timer_current_time_get(); 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()
Dnrf_802154_ie_writer.c121 uint64_t csl_ref_time_us = nrf_802154_sl_timer_current_time_get() + 64; in csl_phase_calc()
/hal_nordic-latest/drivers/nrf_802154/sl/include/
Dnrf_802154_sl_timer.h216 uint64_t nrf_802154_sl_timer_current_time_get(void);
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154.c918 return nrf_802154_sl_timer_current_time_get(); in nrf_802154_time_get()
Dnrf_802154_core.c1612 uint64_t now = nrf_802154_sl_timer_current_time_get(); in on_rx_prestarted_timeout()
1689 uint64_t now = nrf_802154_sl_timer_current_time_get(); in nrf_802154_trx_receive_frame_prestarted()