Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/radio/
Dradio_platform.cpp120 extern "C" void otPlatDiagRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aEr… in otPlatDiagRadioReceiveDone() function
157 extern "C" void otPlatDiagRadioReceiveDone(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioReceiveDone() function
/openthread-3.4.0/include/openthread/platform/
Dradio.h799 extern void otPlatDiagRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aError);
/openthread-3.4.0/examples/platforms/simulation/
Dradio.c1110otPlatDiagRadioReceiveDone(aInstance, error == OT_ERROR_NONE ? &sReceiveFrame : NULL, error); in radioProcessFrame()
/openthread-3.4.0/src/lib/spinel/
Dradio_spinel_impl.hpp1106 otPlatDiagRadioReceiveDone(mInstance, &mRxRadioFrame, OT_ERROR_NONE); in RadioReceive()