Home
last modified time | relevance | path

Searched defs:aGain (Results 1 – 4 of 4) sorted by relevance

/external/openthread/src/core/radio/
Dradio_platform.cpp306 extern "C" OT_TOOL_WEAK otError otPlatRadioGetFemLnaGain(otInstance *aInstance, int8_t *aGain) in otPlatRadioGetFemLnaGain()
314 extern "C" OT_TOOL_WEAK otError otPlatRadioSetFemLnaGain(otInstance *aInstance, int8_t aGain) in otPlatRadioSetFemLnaGain()
/external/openthread/examples/platforms/simulation/
Dradio.c978 otError otPlatRadioGetFemLnaGain(otInstance *aInstance, int8_t *aGain) in otPlatRadioGetFemLnaGain()
989 otError otPlatRadioSetFemLnaGain(otInstance *aInstance, int8_t aGain) in otPlatRadioSetFemLnaGain()
/external/openthread/src/posix/platform/
Dradio.cpp499 otError otPlatRadioGetFemLnaGain(otInstance *aInstance, int8_t *aGain) in otPlatRadioGetFemLnaGain()
506 otError otPlatRadioSetFemLnaGain(otInstance *aInstance, int8_t aGain) in otPlatRadioSetFemLnaGain()
/external/openthread/src/lib/spinel/
Dradio_spinel.cpp1144 otError RadioSpinel::GetFemLnaGain(int8_t &aGain) in GetFemLnaGain()
1258 otError RadioSpinel::SetFemLnaGain(int8_t aGain) in SetFemLnaGain()