Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_mcxw.c895 uint64_t hw_timestamp_new; in mcxw_get_time() local
907 hw_timestamp_new = counter_ticks_to_us(mcxw_ctx.counter, ticks); in mcxw_get_time()
910 if (hw_timestamp > hw_timestamp_new) { in mcxw_get_time()
915 increment = (hw_timestamp_new + wrapped_val) - hw_timestamp; in mcxw_get_time()
919 hw_timestamp = hw_timestamp_new; in mcxw_get_time()