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

Function modGPIOUninit

modules/pins/digital/esp/modGPIO.c:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void modGPIOUninit(modGPIOConfiguration config)
109{
110 config->pin = kUninitializedPin;
111}
112
113int modGPIOSetMode(modGPIOConfiguration config, uint32_t mode)
114{

Callers 15

xs_digital_destructorFunction · 0.50
xs_digital_static_readFunction · 0.50
xs_digital_static_writeFunction · 0.50
_uninitializeFunction · 0.50
xs_SSD1306_destructorFunction · 0.50
xs_co5300_destructorFunction · 0.50
xs_XPT2046_destructorFunction · 0.50
xs_destm32s_destructorFunction · 0.50
xs_ILI9341p8_destructorFunction · 0.50
xs_HX711_destructorFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected