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

Function stop

Drivers/rx8130ce-module/source/module.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17static error_t stop() {
18 /* We crash when destruct fails, because if a single driver fails to destruct,
19 * there is no guarantee that the previously destroyed drivers can be recovered */
20 check(driver_remove_destruct(&rx8130ce_driver) == ERROR_NONE);
21 return ERROR_NONE;
22}
23
24extern const ModuleSymbol rx8130ce_module_symbols[];
25

Callers

nothing calls this directly

Calls 2

driver_remove_destructFunction · 0.85
checkFunction · 0.50

Tested by

no test coverage detected