Home
last modified time | relevance | path

Searched defs:otError (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Derror.h58 typedef enum OT_MUST_USE_RESULT otError enum
251 } otError; typedef
/openthread-latest/src/core/radio/
Dradio_platform.cpp159 extern "C" void otPlatRadioReceiveDone(otInstance *, otRadioFrame *, otError) {} in otPlatRadioReceiveDone() argument
163 extern "C" void otPlatRadioTxDone(otInstance *, otRadioFrame *, otRadioFrame *, otError) {} in otPlatRadioTxDone() argument
170 extern "C" void otPlatDiagRadioReceiveDone(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioReceiveDone() argument
172 extern "C" void otPlatDiagRadioTransmitDone(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioTransmitDone() argument
/openthread-latest/tests/unit/
Dtest_platform.cpp265 OT_TOOL_WEAK void otPlatDiagRadioReceived(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioReceived() argument