Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_dw1000.c787 uint64_t tmp_fs; in dwt_tx() local
807 tmp_fs = net_pkt_timestamp_ns(pkt); in dwt_tx()
808 tmp_fs *= 1000U * 1000U; in dwt_tx()
810 tx_time = (tmp_fs / DWT_TS_TIME_UNITS_FS) >> 8; in dwt_tx()
875 tmp_fs = sys_get_le64(ts_buf) * DWT_TS_TIME_UNITS_FS; in dwt_tx()
876 net_pkt_set_timestamp_ns(pkt, tmp_fs / 1000000U); in dwt_tx()