Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dradio_platform.cpp286 extern "C" OT_TOOL_WEAK otError otPlatRadioResetCsl(otInstance *aInstance) in otPlatRadioResetCsl() function
/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp237 otError otPlatRadioResetCsl(otInstance *) { return kErrorNotImplemented; } in otPlatRadioResetCsl() function
/openthread-latest/examples/platforms/simulation/
Dradio.c1120 otError otPlatRadioResetCsl(otInstance *aInstance) in otPlatRadioResetCsl() function
/openthread-latest/tests/unit/
Dtest_platform.cpp432 OT_TOOL_WEAK otError otPlatRadioResetCsl(otInstance *) { return OT_ERROR_NONE; } in otPlatRadioResetCsl() function