Searched refs:otPlatRadioGetCaps (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/subsys/openthread/ |
D | radio_test.c | 548 zassert_equal(otPlatRadioGetCaps(ot), OT_RADIO_CAPS_NONE, in ZTEST() 553 zassert_equal(otPlatRadioGetCaps(ot), OT_RADIO_CAPS_NONE, in ZTEST() 558 zassert_equal(otPlatRadioGetCaps(ot), OT_RADIO_CAPS_NONE, in ZTEST() 563 zassert_equal(otPlatRadioGetCaps(ot), OT_RADIO_CAPS_CSMA_BACKOFF, in ZTEST() 567 zassert_equal(otPlatRadioGetCaps(ot), OT_RADIO_CAPS_ENERGY_SCAN, in ZTEST() 571 zassert_equal(otPlatRadioGetCaps(ot), OT_RADIO_CAPS_ACK_TIMEOUT, in ZTEST() 575 zassert_equal(otPlatRadioGetCaps(ot), in ZTEST() 581 zassert_equal(otPlatRadioGetCaps(ot), OT_RADIO_CAPS_SLEEP_TO_TX, in ZTEST() 590 otPlatRadioGetCaps(ot), in ZTEST()
|
/Zephyr-latest/modules/openthread/platform/ |
D | radio_spinel.cpp | 200 otRadioCaps otPlatRadioGetCaps(otInstance *aInstance) in otPlatRadioGetCaps() function
|
D | radio.c | 957 otRadioCaps otPlatRadioGetCaps(otInstance *aInstance) in otPlatRadioGetCaps() function
|