Home
last modified time | relevance | path

Searched refs:otPlatRadioSleep (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Ddiag.c96 otPlatRadioSleep(NULL); in otPlatDiagModeSet()
Dradio_spinel.cpp170 otError otPlatRadioSleep(otInstance *aInstance) in otPlatRadioSleep() function
Dradio.c688 ARG_UNUSED(otPlatRadioSleep(aInstance)); in platformRadioProcess()
775 otError otPlatRadioSleep(otInstance *aInstance) in otPlatRadioSleep() function
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c632 zassert_equal(otPlatRadioSleep(ot), OT_ERROR_INVALID_STATE, in ZTEST()
639 zassert_equal(otPlatRadioSleep(ot), OT_ERROR_NONE, "Failed to switch to sleep mode."); in ZTEST()