Home
last modified time | relevance | path

Searched refs:SPINEL_RESET_BOOTLOADER (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/src/lib/spinel/
Dspinel.h909 SPINEL_RESET_BOOTLOADER = 3, enumerator
Dradio_spinel.cpp1566 if ((aResetType == SPINEL_RESET_BOOTLOADER) && !sSupportsResetToBootloader) in SendReset()
/openthread-3.6.0/src/posix/platform/
Dradio.cpp1050 return GetRadioSpinel().SendReset(SPINEL_RESET_BOOTLOADER); in otPlatResetToBootloader()
/openthread-3.6.0/src/ncp/
Dncp_base.cpp1292 else if (reset_type == SPINEL_RESET_BOOTLOADER) in CommandHandler_RESET()