Home
last modified time | relevance | path

Searched refs:SendReset (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/lib/spinel/
Dspinel_driver.cpp102 otError SpinelDriver::SendReset(uint8_t aResetType) in SendReset() function in ot::Spinel::SpinelDriver
131 …if (aSoftwareReset && (SendReset(SPINEL_RESET_STACK) == OT_ERROR_NONE) && (WaitResponse() == OT_ER… in ResetCoprocessor()
Dspinel_driver.hpp120 otError SendReset(uint8_t aResetType);
Dradio_spinel.hpp1004 otError SendReset(uint8_t aResetType);
Dradio_spinel.cpp640 otError RadioSpinel::SendReset(uint8_t aResetType) in SendReset() function in ot::Spinel::RadioSpinel
648 error = GetSpinelDriver().SendReset(aResetType); in SendReset()
/openthread-latest/src/core/coap/
Dcoap.hpp670 Error SendReset(Message &aRequest, const Ip6::MessageInfo &aMessageInfo);
Dcoap.cpp384 Error CoapBase::SendReset(Message &aRequest, const Ip6::MessageInfo &aMessageInfo) in SendReset() function in ot::Coap::CoapBase
1055 IgnoreError(SendReset(message, aMessageInfo)); in Receive()
1283 IgnoreError(SendReset(aMessage, aMessageInfo)); in ProcessReceivedResponse()
/openthread-latest/src/posix/platform/
Dradio.cpp1056 return GetRadioSpinel().SendReset(SPINEL_RESET_BOOTLOADER); in otPlatResetToBootloader()