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

Function device_get_parent

TactilityKernel/source/device.cpp:264–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264Device* device_get_parent(struct Device* device) {
265 return device->parent;
266}
267
268void device_set_driver(struct Device* device, struct Driver* driver) {
269 device->internal->driver = driver;

Callers 15

esp32_spi_get_cs_pinFunction · 0.85
startFunction · 0.85
ble_get_ctxFunction · 0.85
findSdCardLockFunction · 0.85
startFunction · 0.85
stopFunction · 0.85
qmi8658_readFunction · 0.85
startFunction · 0.85
stopFunction · 0.85
bmi270_readFunction · 0.85
startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected