Searched refs:HardwareReset (Results 1 – 7 of 7) sorted by relevance
146 otError HardwareReset(void);
95 otError VendorInterface::HardwareReset(void) in HardwareReset() function in ot::Posix::VendorInterface
148 otError HardwareReset(void) { return OT_ERROR_NOT_IMPLEMENTED; } in HardwareReset() function in ot::Posix::HdlcInterface
149 otError HardwareReset(void);
97 otError SpiInterface::HardwareReset(void) in HardwareReset() function in ot::Posix::SpiInterface
142 virtual otError HardwareReset(void) = 0;
207 hardwareReset = (mSpinelInterface->HardwareReset() == OT_ERROR_NONE); in ResetRcp()