Searched refs:aFrame (Results 1 – 4 of 4) sorted by relevance
| /modules/openthread/platform/ |
| A D | hdlc_interface.hpp | 103 otError SendFrame(const uint8_t *aFrame, uint16_t aLength); 185 otError Write(const uint8_t *aFrame, uint16_t aLength);
|
| A D | hdlc_interface.cpp | 123 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 D | radio_spinel.cpp | 182 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 D | diag.c | 127 otRadioFrame *aFrame, in otPlatDiagRadioReceived() argument 131 ARG_UNUSED(aFrame); in otPlatDiagRadioReceived()
|
Completed in 21 milliseconds