Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Derror.h58 typedef enum OT_MUST_USE_RESULT otError enum
251 } otError; typedef
/openthread-3.5.0/src/core/radio/
Dradio_platform.cpp148 extern "C" void otPlatRadioReceiveDone(otInstance *, otRadioFrame *, otError) {} in otPlatRadioReceiveDone() argument
152 extern "C" void otPlatRadioTxDone(otInstance *, otRadioFrame *, otRadioFrame *, otError) {} in otPlatRadioTxDone() argument
157 extern "C" void otPlatDiagRadioReceiveDone(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioReceiveDone() argument
159 extern "C" void otPlatDiagRadioTransmitDone(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioTransmitDone() argument
/openthread-3.5.0/tests/unit/
Dtest_platform.cpp216 OT_TOOL_WEAK void otPlatDiagRadioReceived(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioReceived() argument