MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / stop

Function stop

Drivers/py32ioexpander-module/source/module.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15static error_t stop() {
16 check(driver_remove_destruct(&py32ioexpander_driver) == ERROR_NONE);
17 return ERROR_NONE;
18}
19
20Module py32ioexpander_module = {
21 .name = "py32ioexpander",

Callers

nothing calls this directly

Calls 2

driver_remove_destructFunction · 0.85
checkFunction · 0.50

Tested by

no test coverage detected