Searched defs:otError (Results 1 – 3 of 3) sorted by relevance
/openthread-3.5.0/include/openthread/ |
D | error.h | 58 typedef enum OT_MUST_USE_RESULT otError enum 251 } otError; typedef
|
/openthread-3.5.0/src/core/radio/ |
D | radio_platform.cpp | 148 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/ |
D | test_platform.cpp | 216 OT_TOOL_WEAK void otPlatDiagRadioReceived(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioReceived() argument
|