Home
last modified time | relevance | path

Searched refs:otPlatRadioDisable (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Dradio_spinel.cpp164 otError otPlatRadioDisable(otInstance *aInstance) in otPlatRadioDisable() function
Dradio.c766 otError otPlatRadioDisable(otInstance *aInstance) in otPlatRadioDisable() function
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c628 zassert_equal(otPlatRadioDisable(ot), OT_ERROR_NONE, "Failed to disable radio."); in ZTEST()