Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/radio/
Dradio_platform.cpp274 OT_TOOL_WEAK otError otPlatRadioGetFemLnaGain(otInstance *aInstance, int8_t *aGain) in otPlatRadioGetFemLnaGain() function
/openthread-3.6.0/include/openthread/platform/
Dradio.h591 otError otPlatRadioGetFemLnaGain(otInstance *aInstance, int8_t *aGain);
/openthread-3.6.0/src/posix/platform/
Dradio.cpp552 otError otPlatRadioGetFemLnaGain(otInstance *aInstance, int8_t *aGain) in otPlatRadioGetFemLnaGain() function
/openthread-3.6.0/examples/platforms/simulation/
Dradio.c1197 otError otPlatRadioGetFemLnaGain(otInstance *aInstance, int8_t *aGain) in otPlatRadioGetFemLnaGain() function
/openthread-3.6.0/src/ncp/
Dncp_base.cpp2395 error = otPlatRadioGetFemLnaGain(mInstance, &gain); in HandlePropertyGet()
/openthread-3.6.0/src/cli/
Dcli.cpp2950 SuccessOrExit(error = otPlatRadioGetFemLnaGain(GetInstancePtr(), &lnaGain)); in Process()
2969 SuccessOrExit(error = otPlatRadioGetFemLnaGain(GetInstancePtr(), &lnaGain)); in Process()