Home
last modified time | relevance | path

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

/openthread-latest/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()
/openthread-latest/examples/platforms/simulation/
Dradio.c977 otError otPlatRadioGetFemLnaGain(otInstance *aInstance, int8_t *aGain) in otPlatRadioGetFemLnaGain()
988 otError otPlatRadioSetFemLnaGain(otInstance *aInstance, int8_t aGain) in otPlatRadioSetFemLnaGain()
/openthread-latest/src/posix/platform/
Dradio.cpp481 otError otPlatRadioGetFemLnaGain(otInstance *aInstance, int8_t *aGain) in otPlatRadioGetFemLnaGain()
488 otError otPlatRadioSetFemLnaGain(otInstance *aInstance, int8_t aGain) in otPlatRadioSetFemLnaGain()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1141 otError RadioSpinel::GetFemLnaGain(int8_t &aGain) in GetFemLnaGain()
1255 otError RadioSpinel::SetFemLnaGain(int8_t aGain) in SetFemLnaGain()