Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dspinel_driver.cpp103 otError SpinelDriver::SendReset(uint8_t aResetType) in SendReset() function in ot::Spinel::SpinelDriver
132 …if (aSoftwareReset && (SendReset(SPINEL_RESET_STACK) == OT_ERROR_NONE) && (WaitResponse() == OT_ER… in ResetCoprocessor()
Dspinel_driver.hpp113 otError SendReset(uint8_t aResetType);
Dradio_spinel.hpp954 otError SendReset(uint8_t aResetType);
Dradio_spinel.cpp646 otError RadioSpinel::SendReset(uint8_t aResetType) in SendReset() function in ot::Spinel::RadioSpinel
654 error = GetSpinelDriver().SendReset(aResetType); in SendReset()
/openthread-latest/src/core/coap/
Dcoap.cpp374 Error CoapBase::SendReset(Message &aRequest, const Ip6::MessageInfo &aMessageInfo) in SendReset() function in ot::Coap::CoapBase
1045 IgnoreError(SendReset(message, aMessageInfo)); in Receive()
1273 IgnoreError(SendReset(aMessage, aMessageInfo)); in ProcessReceivedResponse()
Dcoap.hpp621 Error SendReset(Message &aRequest, const Ip6::MessageInfo &aMessageInfo);
/openthread-latest/src/posix/platform/
Dradio.cpp1063 return GetRadioSpinel().SendReset(SPINEL_RESET_BOOTLOADER); in otPlatResetToBootloader()