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

Function device_is_ready

TactilityKernel/source/device.cpp:276–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276bool device_is_ready(const struct Device* device) {
277 return device->internal->state.started;
278}
279
280bool device_is_compatible(const struct Device* device, const char* compatible) {
281 if (device->internal->driver == nullptr) return false;

Callers 15

DeviceTest.cppFile · 0.85
esp32_sdmmc_get_cardFunction · 0.85
stop_childFunction · 0.85
esp32_sdspi_get_cardFunction · 0.85
mountAllFunction · 0.85
isRadioOnOrPendingFunction · 0.85
startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected