Searched refs:otPlatDiagRadioReceiveDone (Results 1 – 4 of 4) sorted by relevance
/openthread-3.4.0/src/core/radio/ |
D | radio_platform.cpp | 120 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/ |
D | radio.h | 799 extern void otPlatDiagRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aError);
|
/openthread-3.4.0/examples/platforms/simulation/ |
D | radio.c | 1110 … otPlatDiagRadioReceiveDone(aInstance, error == OT_ERROR_NONE ? &sReceiveFrame : NULL, error); in radioProcessFrame()
|
/openthread-3.4.0/src/lib/spinel/ |
D | radio_spinel_impl.hpp | 1106 otPlatDiagRadioReceiveDone(mInstance, &mRxRadioFrame, OT_ERROR_NONE); in RadioReceive()
|