Home
last modified time | relevance | path

Searched defs:HardwareReset (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/posix/platform/
Dhdlc_interface.hpp140 otError HardwareReset(void) { return OT_ERROR_NOT_IMPLEMENTED; } in HardwareReset() function in ot::Posix::HdlcInterface
Dvendor_interface_example.cpp95 otError VendorInterface::HardwareReset(void) in HardwareReset() function in ot::Posix::VendorInterface
Dspi_interface.cpp101 otError SpiInterface::HardwareReset(void) in HardwareReset() function in ot::Posix::SpiInterface
/openthread-latest/tests/gtest/
Dfake_coprocessor_platform.hpp65 virtual otError HardwareReset(void) override { return kErrorNone; } in HardwareReset() function in ot::DirectSpinelInterface