Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp1087 void SetRcpRestorationEnabled(bool aEnabled) { mRcpRestorationEnabled = aEnabled; } in SetRcpRestorationEnabled() function in ot::Spinel::RadioSpinel
/openthread-latest/src/posix/platform/
Dradio.cpp1075 …tRcpRestorationEnabled(bool aEnabled) { return GetRadioSpinel().SetRcpRestorationEnabled(aEnabled)… in otSysSetRcpRestorationEnabled()