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-3.4.0/drivers/nrf_802154/sl/sl_opensource/src/
Dnrf_802154_sl_timer.c79 uint64_t nrf_802154_sl_timer_current_time_get(void) in nrf_802154_sl_timer_current_time_get() function
96 uint64_t now = nrf_802154_sl_timer_current_time_get(); in nrf_802154_sl_timer_add()
/hal_nordic-3.4.0/drivers/nrf_802154/sl/include/
Dnrf_802154_sl_timer.h216 uint64_t nrf_802154_sl_timer_current_time_get(void);
/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_csma_ca.c273 .trigger_time = nrf_802154_sl_timer_current_time_get() + backoff_us, in random_backoff_start()
353 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()
301 m_last_frame_timestamp = nrf_802154_sl_timer_current_time_get(); in nrf_802154_ifs_transmitted_hook()
Dnrf_802154_precise_ack_timeout.c122 uint64_t now = nrf_802154_sl_timer_current_time_get(); in timeout_timer_start()
Dnrf_802154_delayed_trx.c423 uint64_t now = nrf_802154_sl_timer_current_time_get(); in notify_rx_timeout()
557 now = nrf_802154_sl_timer_current_time_get(); in dly_rx_result_notify()
938 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.c82 uint64_t now = nrf_802154_sl_timer_current_time_get(); in csl_time_to_nearest_window_midpoint_get()
/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/
Dnrf_802154.c1061 return nrf_802154_sl_timer_current_time_get(); in nrf_802154_time_get()
Dnrf_802154_core.c1583 uint64_t now = nrf_802154_sl_timer_current_time_get(); in on_rx_prestarted_timeout()
1659 uint64_t now = nrf_802154_sl_timer_current_time_get(); in nrf_802154_trx_receive_frame_prestarted()