Home
last modified time | relevance | path

Searched refs:OT_NUM_ERRORS (Results 1 – 3 of 3) sorted by relevance

/openthread-3.5.0/include/openthread/
Derror.h245 OT_NUM_ERRORS, enumerator
/openthread-3.5.0/src/core/common/
Derror.hpp94 constexpr uint8_t kNumErrors = OT_NUM_ERRORS;
/openthread-3.5.0/src/lib/spinel/
Dradio_spinel_impl.hpp848 else if (receiveError < OT_NUM_ERRORS) in ParseRadioFrame()