Searched refs:otPlatRadioGetCcaEnergyDetectThreshold (Results 1 – 10 of 10) sorted by relevance
/openthread-latest/include/openthread/platform/ |
D | radio.h | 610 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold);
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_radio.cpp | 229 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *, int8_t *) { return kErrorNotImplemente… in otPlatRadioGetCcaEnergyDetectThreshold() function
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 436 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() function
|
/openthread-latest/tests/gtest/ |
D | fake_platform.cpp | 421 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *, int8_t *) { return OT_ERROR_NONE; } in otPlatRadioGetCcaEnergyDetectThreshold() function
|
/openthread-latest/src/core/radio/ |
D | radio.hpp | 913 return otPlatRadioGetCcaEnergyDetectThreshold(GetInstancePtr(), &aThreshold); in GetCcaEnergyDetectThreshold()
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 716 OT_TOOL_WEAK otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *, int8_t *) { return OT_ERR… in otPlatRadioGetCcaEnergyDetectThreshold() function
|
/openthread-latest/src/posix/platform/ |
D | radio.cpp | 468 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() function
|
/openthread-latest/examples/platforms/simulation/ |
D | radio.c | 955 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() function
|
/openthread-latest/src/ncp/ |
D | ncp_base.cpp | 2424 error = otPlatRadioGetCcaEnergyDetectThreshold(mInstance, &threshold); in HandlePropertyGet()
|
/openthread-latest/src/cli/ |
D | cli.cpp | 1232 SuccessOrExit(error = otPlatRadioGetCcaEnergyDetectThreshold(GetInstancePtr(), &cca)); in Process()
|