Searched defs:HardwareReset (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/posix/platform/ | ||
D | hdlc_interface.hpp | 140 otError HardwareReset(void) { return OT_ERROR_NOT_IMPLEMENTED; } in HardwareReset() function in ot::Posix::HdlcInterface |
D | vendor_interface_example.cpp | 95 otError VendorInterface::HardwareReset(void) in HardwareReset() function in ot::Posix::VendorInterface |
D | spi_interface.cpp | 101 otError SpiInterface::HardwareReset(void) in HardwareReset() function in ot::Posix::SpiInterface |
/openthread-latest/tests/gtest/ | ||
D | fake_coprocessor_platform.hpp | 65 virtual otError HardwareReset(void) override { return kErrorNone; } in HardwareReset() function in ot::DirectSpinelInterface |