Home
last modified time | relevance | path

Searched refs:otPlatRadioSetCcaEnergyDetectThreshold (Results 1 – 8 of 8) sorted by relevance

/openthread-3.5.0/include/openthread/platform/
Dradio.h577 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold);
/openthread-3.5.0/tests/fuzz/
Dfuzzer_platform.cpp406 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold() function
/openthread-3.5.0/src/core/radio/
Dradio.hpp799 return otPlatRadioSetCcaEnergyDetectThreshold(GetInstancePtr(), aThreshold); in SetCcaEnergyDetectThreshold()
/openthread-3.5.0/tests/unit/
Dtest_platform.cpp516 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold() function
/openthread-3.5.0/src/posix/platform/
Dradio.cpp456 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold() function
/openthread-3.5.0/examples/platforms/simulation/
Dradio.c1186 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold() function
/openthread-3.5.0/src/ncp/
Dncp_base.cpp2239 error = otPlatRadioSetCcaEnergyDetectThreshold(mInstance, threshold); in HandlePropertySet()
/openthread-3.5.0/src/cli/
Dcli.cpp1147 error = otPlatRadioSetCcaEnergyDetectThreshold(GetInstancePtr(), cca); in Process()