Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_dw1000.c777 uint64_t tmp_fs; in dwt_tx() local
797 tmp_fs = net_pkt_timestamp_ns(pkt); in dwt_tx()
798 tmp_fs *= 1000U * 1000U; in dwt_tx()
800 tx_time = (tmp_fs / DWT_TS_TIME_UNITS_FS) >> 8; in dwt_tx()
865 tmp_fs = sys_get_le64(ts_buf) * DWT_TS_TIME_UNITS_FS; in dwt_tx()
866 net_pkt_set_timestamp_ns(pkt, tmp_fs / 1000000U); in dwt_tx()