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

Function device_get_driver_data

TactilityKernel/source/device.cpp:289–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void* device_get_driver_data(struct Device* device) {
290 return device->internal->driver_data;
291}
292
293bool device_is_added(const struct Device* device) {
294 return device->internal->state.added;

Callers 15

stopFunction · 0.85
nus_chr_accessFunction · 0.85
spp_readFunction · 0.85
ble_get_ctxFunction · 0.85
api_get_radio_stateFunction · 0.85
api_set_radio_enabledFunction · 0.85
api_scan_startFunction · 0.85
api_scan_stopFunction · 0.85
api_is_scanningFunction · 0.85
api_connectFunction · 0.85
api_disconnectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected