Home
last modified time | relevance | path

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

/openthread-3.4.0/src/lib/spinel/
Dspinel.h572 SPINEL_STATUS_RESET_ASSERT = SPINEL_STATUS_RESET__BEGIN + 5, enumerator
Dspinel.c1562 {SPINEL_STATUS_RESET_ASSERT, "RESET_ASSERT"}, in spinel_status_to_cstr()
/openthread-3.4.0/src/ncp/
Dncp_base.cpp180 ret = SPINEL_STATUS_RESET_ASSERT; in ResetReasonToSpinelStatus()