Home
last modified time | relevance | path

Searched refs:receiveError (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/lib/spinel/
Dlogger.cpp447 unsigned int receiveError; in LogSpinelFrame() local
463 &frame.mInfo.mRxInfo.mTimestamp, &receiveError); in LogSpinelFrame()
474 … static_cast<unsigned long>(frame.mInfo.mRxInfo.mTimestamp), receiveError); in LogSpinelFrame()
Dradio_spinel.cpp669 unsigned int receiveError = 0; in ParseRadioFrame() local
688 &aFrame.mInfo.mRxInfo.mTimestamp, &receiveError); in ParseRadioFrame()
717 if (receiveError == OT_ERROR_NONE) in ParseRadioFrame()
724 else if (receiveError < OT_NUM_ERRORS) in ParseRadioFrame()
726 error = static_cast<otError>(receiveError); in ParseRadioFrame()