Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp278 …tError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_RCP_TIMESTAMP>(void) in HandleSpinelCommand()
285 …return mRadioSpinel.GetWithParam(SPINEL_PROP_RCP_TIMESTAMP, buffer, static_cast<spinel_size_t>(pac… in HandleSpinelCommand()
432 SPINEL_ENTRY(kCategoryThread1_2, SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_RCP_TIMESTAMP),
/openthread-latest/src/lib/spinel/
Dlogger.cpp305 case SPINEL_PROP_RCP_TIMESTAMP: in LogSpinelFrame()
313 name = (key == SPINEL_PROP_RCP_TIMESTAMP) ? "timestamp" : "counter"; in LogSpinelFrame()
Dspinel.h4700 SPINEL_PROP_RCP_TIMESTAMP = SPINEL_PROP_RCP_EXT__BEGIN + 2, enumerator
Dspinel.c1410 {SPINEL_PROP_RCP_TIMESTAMP, "TIMESTAMP"}, in spinel_prop_key_to_cstr()
Dradio_spinel.cpp1973 error = GetWithParam(SPINEL_PROP_RCP_TIMESTAMP, buffer, static_cast<spinel_size_t>(packed), in CalcRcpTimeOffset()
/openthread-latest/src/ncp/
Dncp_base_radio.cpp260 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_RCP_TIMESTAMP>(void) in HandlePropertyGet()
Dncp_base_dispatcher.cpp213 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_RCP_TIMESTAMP), in FindGetPropertyHandler()