Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c548 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/
Dradio_spinel.cpp200 otRadioCaps otPlatRadioGetCaps(otInstance *aInstance) in otPlatRadioGetCaps() function
Dradio.c957 otRadioCaps otPlatRadioGetCaps(otInstance *aInstance) in otPlatRadioGetCaps() function