Home
last modified time | relevance | path

Searched refs:otPlatRadioTransmit (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Ddiag.c377 otPlatRadioTransmit(aInstance, txPacket); in otPlatDiagAlarmCallback()
Dradio_spinel.cpp182 otError otPlatRadioTransmit(otInstance *aInstance, otRadioFrame *aFrame) in otPlatRadioTransmit() function
Dradio.c887 otError otPlatRadioTransmit(otInstance *aInstance, otRadioFrame *aPacket) in otPlatRadioTransmit() function
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c304 zassert_equal(otPlatRadioTransmit(ot, frm), OT_ERROR_NONE, "Transmit failed."); in ZTEST()
342 zassert_equal(otPlatRadioTransmit(ot, frm), OT_ERROR_NONE, "Transmit failed."); in ZTEST()