Home
last modified time | relevance | path

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

/openthread-3.5.0/src/lib/spinel/
Dspinel.h901 SPINEL_RESET_STACK = 2, enumerator
Dradio_spinel_impl.hpp255 …if (aResetRadio && (SendReset(SPINEL_RESET_STACK) == OT_ERROR_NONE) && (WaitResponse(false) == OT_… in ResetRcp()
/openthread-3.5.0/src/ncp/
Dncp_base.cpp1192 uint8_t reset_type = SPINEL_RESET_STACK; in CommandHandler_RESET()
1200 if (reset_type == SPINEL_RESET_STACK) in CommandHandler_RESET()