Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp1316 uint64_t mRadioTimeOffset; ///< Time difference with estimated RCP time minus host time. member in ot::Spinel::RadioSpinel
Dradio_spinel.cpp110 , mRadioTimeOffset(UINT64_MAX) in RadioSpinel()
1980 mRadioTimeOffset = (remoteTimestamp - ((localRxTimestamp / 2) + (localTxTimestamp / 2))); in CalcRcpTimeOffset()
1988 uint64_t RadioSpinel::GetNow(void) { return (mIsTimeSynced) ? (otPlatTimeGet() + mRadioTimeOffset) … in GetNow()