Home
last modified time | relevance | path

Searched refs:otPlatRadioIsEnabled (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/tests/subsys/openthread/
Dradio_test.c630 zassert_false(otPlatRadioIsEnabled(ot), "Radio reports as enabled."); in ZTEST()
637 zassert_true(otPlatRadioIsEnabled(ot), "Radio reports disabled."); in ZTEST()
641 zassert_true(otPlatRadioIsEnabled(ot), "Radio reports as disabled."); in ZTEST()
647 zassert_true(otPlatRadioIsEnabled(ot), "Radio reports as disabled."); in ZTEST()
/Zephyr-Core-3.5.0/modules/openthread/platform/
Dradio.c673 bool otPlatRadioIsEnabled(otInstance *aInstance) in otPlatRadioIsEnabled() function
682 if (!otPlatRadioIsEnabled(aInstance)) { in otPlatRadioEnable()
691 if (otPlatRadioIsEnabled(aInstance)) { in otPlatRadioDisable()