Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/platform/
Dradio.h610 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold);
/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp229 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *, int8_t *) { return kErrorNotImplemente… in otPlatRadioGetCcaEnergyDetectThreshold() function
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp436 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp421 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *, int8_t *) { return OT_ERROR_NONE; } in otPlatRadioGetCcaEnergyDetectThreshold() function
/openthread-latest/src/core/radio/
Dradio.hpp913 return otPlatRadioGetCcaEnergyDetectThreshold(GetInstancePtr(), &aThreshold); in GetCcaEnergyDetectThreshold()
/openthread-latest/tests/unit/
Dtest_platform.cpp716 OT_TOOL_WEAK otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *, int8_t *) { return OT_ERR… in otPlatRadioGetCcaEnergyDetectThreshold() function
/openthread-latest/src/posix/platform/
Dradio.cpp468 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() function
/openthread-latest/examples/platforms/simulation/
Dradio.c955 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() function
/openthread-latest/src/ncp/
Dncp_base.cpp2424 error = otPlatRadioGetCcaEnergyDetectThreshold(mInstance, &threshold); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp1232 SuccessOrExit(error = otPlatRadioGetCcaEnergyDetectThreshold(GetInstancePtr(), &cca)); in Process()