Searched refs:otRadioFrame (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/openthread/ |
D | radio_test.c | 106 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/ |
D | diag.c | 117 otRadioFrame *aFrame, in otPlatDiagRadioReceived() 348 otRadioFrame *txPacket; in otPlatDiagAlarmCallback()
|
D | radio_spinel.cpp | 182 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()
|
D | radio.c | 89 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()
|