Home
last modified time | relevance | path

Searched defs:otPlatRadioGetCcaEnergyDetectThreshold (Results 1 – 6 of 6) sorted by relevance

/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/examples/platforms/simulation/
Dradio.c955 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() function
/openthread-latest/src/posix/platform/
Dradio.cpp468 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/tests/unit/
Dtest_platform.cpp716 OT_TOOL_WEAK otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *, int8_t *) { return OT_ERR… in otPlatRadioGetCcaEnergyDetectThreshold() function