Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c106 static otRadioFrame otPlatRadioReceiveDone_expected_aframe;
108 void otPlatRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatRadioReceiveDone()
118 FAKE_VOID_FUNC(otPlatRadioTxDone, otInstance *, otRadioFrame *, otRadioFrame *, otError);
146 void otPlatRadioTxStarted(otInstance *aInstance, otRadioFrame *aFrame) in otPlatRadioTxStarted()
265 otRadioFrame *frm = otPlatRadioGetTransmitBuffer(ot); in ZTEST()
/Zephyr-latest/modules/openthread/platform/
Ddiag.c117 otRadioFrame *aFrame, in otPlatDiagRadioReceived()
348 otRadioFrame *txPacket; in otPlatDiagAlarmCallback()
Dradio_spinel.cpp182 otError otPlatRadioTransmit(otInstance *aInstance, otRadioFrame *aFrame) in otPlatRadioTransmit()
188 otRadioFrame *otPlatRadioGetTransmitBuffer(otInstance *aInstance) in otPlatRadioGetTransmitBuffer()
401 void otPlatDiagRadioReceived(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatDiagRadioReceived()
Dradio.c89 static otRadioFrame sTransmitFrame;
90 static otRadioFrame ack_frame;
504 otRadioFrame recv_frame; in openthread_handle_received_frame()
505 memset(&recv_frame, 0, sizeof(otRadioFrame)); in openthread_handle_received_frame()
901 otError otPlatRadioTransmit(otInstance *aInstance, otRadioFrame *aPacket) in otPlatRadioTransmit()
925 otRadioFrame *otPlatRadioGetTransmitBuffer(otInstance *aInstance) in otPlatRadioGetTransmitBuffer()