Home
last modified time | relevance | path

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

/external/openthread/src/lib/spinel/
Dspinel.h529 SPINEL_STATUS_RESET_ASSERT = SPINEL_STATUS_RESET__BEGIN + 5, enumerator
Dspinel.c1559 {SPINEL_STATUS_RESET_ASSERT, "RESET_ASSERT"}, in spinel_status_to_cstr()
/external/openthread/src/ncp/
Dncp_base.cpp183 ret = SPINEL_STATUS_RESET_ASSERT; in ResetReasonToSpinelStatus()