Searched refs:otPlatRadioSetCcaEnergyDetectThreshold (Results 1 – 10 of 10) sorted by relevance
/openthread-latest/include/openthread/platform/ |
D | radio.h | 622 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold);
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_radio.cpp | 230 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *, int8_t) { return kErrorNotImplemented;… in otPlatRadioSetCcaEnergyDetectThreshold() function
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 443 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold() function
|
/openthread-latest/tests/gtest/ |
D | fake_platform.cpp | 419 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *, int8_t) { return OT_ERROR_NONE; } in otPlatRadioSetCcaEnergyDetectThreshold() function
|
/openthread-latest/src/core/radio/ |
D | radio.hpp | 918 return otPlatRadioSetCcaEnergyDetectThreshold(GetInstancePtr(), aThreshold); in SetCcaEnergyDetectThreshold()
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 577 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold() function
|
/openthread-latest/src/posix/platform/ |
D | radio.cpp | 475 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold() function
|
/openthread-latest/examples/platforms/simulation/ |
D | radio.c | 966 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold() function
|
/openthread-latest/src/ncp/ |
D | ncp_base.cpp | 2444 error = otPlatRadioSetCcaEnergyDetectThreshold(mInstance, threshold); in HandlePropertySet()
|
/openthread-latest/src/cli/ |
D | cli.cpp | 1238 error = otPlatRadioSetCcaEnergyDetectThreshold(GetInstancePtr(), cca); in Process()
|