Home
last modified time | relevance | path

Searched refs:otPlatRadioSetFemLnaGain (Results 1 – 6 of 6) sorted by relevance

/openthread-3.4.0/src/core/radio/
Dradio_platform.cpp275 OT_TOOL_WEAK otError otPlatRadioSetFemLnaGain(otInstance *aInstance, int8_t aGain) in otPlatRadioSetFemLnaGain() function
/openthread-3.4.0/include/openthread/platform/
Dradio.h588 otError otPlatRadioSetFemLnaGain(otInstance *aInstance, int8_t aGain);
/openthread-3.4.0/src/posix/platform/
Dradio.cpp467 otError otPlatRadioSetFemLnaGain(otInstance *aInstance, int8_t aGain) in otPlatRadioSetFemLnaGain() function
/openthread-3.4.0/examples/platforms/simulation/
Dradio.c1208 otError otPlatRadioSetFemLnaGain(otInstance *aInstance, int8_t aGain) in otPlatRadioSetFemLnaGain() function
/openthread-3.4.0/src/ncp/
Dncp_base.cpp2301 error = otPlatRadioSetFemLnaGain(mInstance, gain); in HandlePropertySet()
/openthread-3.4.0/src/cli/
Dcli.cpp3893 SuccessOrExit(error = otPlatRadioSetFemLnaGain(GetInstancePtr(), lnaGain)); in Process()