Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dradio_spinel_metrics.h50 uint32_t mSpinelParseErrorCount; ///< The number of spinel frame parse errors. member
Dradio_spinel.hpp1201 mRadioSpinelMetrics.mSpinelParseErrorCount += (aError == OT_ERROR_PARSE) ? 1 : 0; in UpdateParseErrorCount()