Home
last modified time | relevance | path

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

/openthread-3.7.0/tests/fuzz/
Dfuzzer_platform.cpp284 otError otPlatRadioEnable(otInstance *aInstance) in otPlatRadioEnable() function
/openthread-3.7.0/examples/platforms/simulation/
Dradio.c457 otError otPlatRadioEnable(otInstance *aInstance) in otPlatRadioEnable() function
/openthread-3.7.0/src/posix/platform/
Dradio.cpp249 otError otPlatRadioEnable(otInstance *aInstance) { return GetRadioSpinel().Enable(aInstance); } in otPlatRadioEnable() function
/openthread-3.7.0/tests/unit/
Dtest_platform.cpp156 OT_TOOL_WEAK otError otPlatRadioEnable(otInstance *) { return OT_ERROR_NONE; } in otPlatRadioEnable() function