Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp900 otError GetWithParam(spinel_prop_key_t aKey,
Dradio_spinel.cpp1315 otError RadioSpinel::GetWithParam(spinel_prop_key_t aKey, in GetWithParam() function in ot::Spinel::RadioSpinel
1973 error = GetWithParam(SPINEL_PROP_RCP_TIMESTAMP, buffer, static_cast<spinel_size_t>(packed), in CalcRcpTimeOffset()
/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp285 …return mRadioSpinel.GetWithParam(SPINEL_PROP_RCP_TIMESTAMP, buffer, static_cast<spinel_size_t>(pac… in HandleSpinelCommand()