Searched refs:otPlatRadioIsEnabled (Results 1 – 2 of 2) sorted by relevance
743 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()
573 bool otPlatRadioIsEnabled(otInstance *aInstance) in otPlatRadioIsEnabled() function582 if (!otPlatRadioIsEnabled(aInstance)) { in otPlatRadioEnable()591 if (otPlatRadioIsEnabled(aInstance)) { in otPlatRadioDisable()