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.cpp663 unsigned int receiveError = 0; in ParseRadioFrame() local
682 &aFrame.mInfo.mRxInfo.mTimestamp, &receiveError); in ParseRadioFrame()
711 if (receiveError == OT_ERROR_NONE) in ParseRadioFrame()
718 else if (receiveError < OT_NUM_ERRORS) in ParseRadioFrame()
720 error = static_cast<otError>(receiveError); in ParseRadioFrame()