MCPcopy Create free account
hub / github.com/OAID/Tengine / Stop

Method Stop

executor/include/device_driver.hpp:605–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603 return driver_->ReleaseDevice(this);
604 }
605 bool Stop(void)
606 {
607 return driver_->StopDevice(this);
608 }
609 bool Start(void)
610 {
611 return driver_->StartDevice(this);

Callers 2

UnloadDeviceMethod · 0.45
DevStopMethod · 0.45

Calls 1

StopDeviceMethod · 0.45

Tested by

no test coverage detected