Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/subsys/openthread/
Dradio_test.c743 zassert_false(otPlatRadioIsEnabled(ot), "Radio reports as enabled."); in test_radio_state_test()
751 zassert_true(otPlatRadioIsEnabled(ot), "Radio reports disabled."); in test_radio_state_test()
757 zassert_true(otPlatRadioIsEnabled(ot), "Radio reports as disabled."); in test_radio_state_test()
768 zassert_true(otPlatRadioIsEnabled(ot), "Radio reports as disabled."); in test_radio_state_test()
/Zephyr-Core-2.7.6/subsys/net/lib/openthread/platform/
Dradio.c573 bool otPlatRadioIsEnabled(otInstance *aInstance) in otPlatRadioIsEnabled() function
582 if (!otPlatRadioIsEnabled(aInstance)) { in otPlatRadioEnable()
591 if (otPlatRadioIsEnabled(aInstance)) { in otPlatRadioDisable()