Home
last modified time | relevance | path

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

/external/openthread/src/posix/platform/
Dradio.cpp117 SuccessOrDie(sRadioSpinel.SetFemLnaGain(static_cast<int8_t>(femLnaGain))); in Init()
456 return sRadioSpinel.SetFemLnaGain(aGain); in otPlatRadioSetFemLnaGain()
/external/openthread/src/lib/spinel/
Dradio_spinel.hpp272 otError SetFemLnaGain(int8_t aGain);
Dradio_spinel_impl.hpp1515 otError RadioSpinel<InterfaceType, ProcessContextType>::SetFemLnaGain(int8_t aGain) in SetFemLnaGain() function in ot::Spinel::RadioSpinel