Home
last modified time | relevance | path

Searched refs:otMacFrameProcessTxSfd (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/examples/platforms/utils/
Dmac_frame.h375 otError otMacFrameProcessTxSfd(otRadioFrame *aFrame, uint64_t aRadioTime, otRadioContext *aRadioCon…
Dmac_frame.cpp400 otError otMacFrameProcessTxSfd(otRadioFrame *aFrame, uint64_t aRadioTime, otRadioContext *aRadioCon… in otMacFrameProcessTxSfd() function
/openthread-latest/examples/platforms/simulation/
Dradio.c655 … otEXPECT(otMacFrameProcessTxSfd(&sTransmitFrame, sfdTxTime, &sRadioContext) == OT_ERROR_NONE); in radioSendMessage()
829 … otEXPECT(otMacFrameProcessTxSfd(&sAckFrame, otPlatTimeGet(), &sRadioContext) == OT_ERROR_NONE); in radioSendAck()