Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio_spinel.cpp539 callbacks.mReceiveDone = otPlatRadioReceiveDone; in platformRadioInit()
Dradio.c526 otPlatRadioReceiveDone(instance, &recv_frame, OT_ERROR_NONE); in openthread_handle_received_frame()
667 otPlatRadioReceiveDone(aInstance, NULL, rx_result); in platformRadioProcess()
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c108 void otPlatRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatRadioReceiveDone() function