Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio_spinel.cpp159 otError otPlatRadioEnable(otInstance *aInstance) in otPlatRadioEnable() function
Dradio.c757 otError otPlatRadioEnable(otInstance *aInstance) in otPlatRadioEnable() function
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c635 zassert_equal(otPlatRadioEnable(ot), OT_ERROR_NONE, "Enabling radio failed."); in ZTEST()