Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp82 otError otPlatRadioEnable(otInstance *aInstance) in otPlatRadioEnable() function
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp306 otError otPlatRadioEnable(otInstance *aInstance) in otPlatRadioEnable() function
/openthread-latest/examples/platforms/simulation/
Dradio.c441 otError otPlatRadioEnable(otInstance *aInstance) in otPlatRadioEnable() function
/openthread-latest/src/posix/platform/
Dradio.cpp277 otError otPlatRadioEnable(otInstance *aInstance) { return GetRadioSpinel().Enable(aInstance); } in otPlatRadioEnable() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp373 otError otPlatRadioEnable(otInstance *) { return OT_ERROR_NONE; } in otPlatRadioEnable() function
/openthread-latest/tests/unit/
Dtest_platform.cpp159 OT_TOOL_WEAK otError otPlatRadioEnable(otInstance *) { return OT_ERROR_NONE; } in otPlatRadioEnable() function