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

Function start

Drivers/py32ioexpander-module/source/module.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8extern Driver py32ioexpander_driver;
9
10static error_t start() {
11 check(driver_construct_add(&py32ioexpander_driver) == ERROR_NONE);
12 return ERROR_NONE;
13}
14
15static error_t stop() {
16 check(driver_remove_destruct(&py32ioexpander_driver) == ERROR_NONE);

Callers

nothing calls this directly

Calls 2

driver_construct_addFunction · 0.85
checkFunction · 0.50

Tested by

no test coverage detected