Searched refs:mRadioTimeOffset (Results 1 – 2 of 2) sorted by relevance
1316 uint64_t mRadioTimeOffset; ///< Time difference with estimated RCP time minus host time. member in ot::Spinel::RadioSpinel
110 , 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()