Home
last modified time | relevance | path

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

/modules/openthread/platform/
A Dhdlc_interface.hpp103 otError SendFrame(const uint8_t *aFrame, uint16_t aLength);
185 otError Write(const uint8_t *aFrame, uint16_t aLength);
A Dhdlc_interface.cpp123 otError HdlcInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame() argument
136 SuccessOrExit(error = mHdlcEncoder.Encode(aFrame, aLength)); in SendFrame()
226 otError HdlcInterface::Write(const uint8_t *aFrame, uint16_t aLength) in Write() argument
233 ret = hdlc_api->send((uint8_t *)aFrame, aLength); in Write()
A Dradio_spinel.cpp182 otError otPlatRadioTransmit(otInstance *aInstance, otRadioFrame *aFrame) in otPlatRadioTransmit() argument
185 return psRadioSpinel->Transmit(*aFrame); in otPlatRadioTransmit()
407 void otPlatDiagRadioReceived(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatDiagRadioReceived() argument
410 OT_UNUSED_VARIABLE(aFrame); in otPlatDiagRadioReceived()
A Ddiag.c127 otRadioFrame *aFrame, in otPlatDiagRadioReceived() argument
131 ARG_UNUSED(aFrame); in otPlatDiagRadioReceived()

Completed in 21 milliseconds