Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/platform/
Dradio.h622 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold);
/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp230 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *, int8_t) { return kErrorNotImplemented;… in otPlatRadioSetCcaEnergyDetectThreshold() function
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp443 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp419 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *, int8_t) { return OT_ERROR_NONE; } in otPlatRadioSetCcaEnergyDetectThreshold() function
/openthread-latest/src/core/radio/
Dradio.hpp918 return otPlatRadioSetCcaEnergyDetectThreshold(GetInstancePtr(), aThreshold); in SetCcaEnergyDetectThreshold()
/openthread-latest/tests/unit/
Dtest_platform.cpp577 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold() function
/openthread-latest/src/posix/platform/
Dradio.cpp475 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold() function
/openthread-latest/examples/platforms/simulation/
Dradio.c966 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold() function
/openthread-latest/src/ncp/
Dncp_base.cpp2444 error = otPlatRadioSetCcaEnergyDetectThreshold(mInstance, threshold); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp1238 error = otPlatRadioSetCcaEnergyDetectThreshold(GetInstancePtr(), cca); in Process()