Home
last modified time | relevance | path

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

/external/openthread/src/lib/spinel/
Dspinel.h528 SPINEL_STATUS_RESET_CRASH = SPINEL_STATUS_RESET__BEGIN + 4, enumerator
Dspinel.c1558 {SPINEL_STATUS_RESET_CRASH, "RESET_CRASH"}, in spinel_status_to_cstr()
/external/openthread/src/ncp/
Dncp_base.cpp179 ret = SPINEL_STATUS_RESET_CRASH; in ResetReasonToSpinelStatus()