MCPcopy Create free account
hub / github.com/kiibohd/controller / Storage_registerModule

Function Storage_registerModule

Scan/Devices/Storage/storage.c:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void Storage_registerModule(StorageModule *config) {
64 storage_modules[module_count++] = config;
65}
66
67uint8_t storage_load_settings() {
68 uint8_t buffer[STORAGE_SIZE];

Callers 2

Pixel_setupFunction · 0.85
LED_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…