Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp280 uint64_t remoteTimestamp = 0; in HandleSpinelCommand() local
281 uint8_t buffer[sizeof(remoteTimestamp)]; in HandleSpinelCommand()
284 … packed = spinel_datatype_pack(buffer, sizeof(buffer), SPINEL_DATATYPE_UINT64_S, remoteTimestamp); in HandleSpinelCommand()
286 SPINEL_DATATYPE_UINT64_S, &remoteTimestamp); in HandleSpinelCommand()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1933 uint64_t remoteTimestamp = 0; in CalcRcpTimeOffset() local
1934 uint8_t buffer[sizeof(remoteTimestamp)]; in CalcRcpTimeOffset()
1967 … packed = spinel_datatype_pack(buffer, sizeof(buffer), SPINEL_DATATYPE_UINT64_S, remoteTimestamp); in CalcRcpTimeOffset()
1974 SPINEL_DATATYPE_UINT64_S, &remoteTimestamp); in CalcRcpTimeOffset()
1980 mRadioTimeOffset = (remoteTimestamp - ((localRxTimestamp / 2) + (localTxTimestamp / 2))); in CalcRcpTimeOffset()