Home
last modified time | relevance | path

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

/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp2151 uint64_t localTxTimestamp; in CalcRcpTimeOffset() local
2189 localTxTimestamp = otPlatTimeGet(); in CalcRcpTimeOffset()
2199 …t = static_cast<int64_t>(remoteTimestamp - ((localRxTimestamp / 2) + (localTxTimestamp / 2))); in CalcRcpTimeOffset()