MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / _uninitialize

Function _uninitialize

modules/drivers/onewire/esp/owb_gpio.c:249–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249static owb_status _uninitialize(const OneWireBus * bus)
250{
251 modGPIOUninit(bus->config);
252 c_free(bus->config);
253 return OWB_STATUS_OK;
254}
255
256static const struct owb_driver gpio_function_table =
257{

Callers

nothing calls this directly

Calls 1

modGPIOUninitFunction · 0.50

Tested by

no test coverage detected