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

Function start

Tactility/Source/lvgl/Lvgl.cpp:176–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void start() {
177 check(module_start(&lvgl_module) == ERROR_NONE);
178}
179
180void stop() {
181 check(module_stop(&lvgl_module) == ERROR_NONE);

Callers

nothing calls this directly

Calls 2

module_startFunction · 0.85
checkFunction · 0.50

Tested by

no test coverage detected