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

Function modSPIUninit

modules/pins/spi/esp/modSPI.c:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void modSPIUninit(modSPIConfiguration config)
102{
103 modSPIActivateConfiguration(NULL);
104 // disable SPI interrupt?
105}
106
107void modSPIActivateConfiguration(modSPIConfiguration config)
108{

Callers 10

uninit_spiFunction · 0.50
xs_ssd1351_destructorFunction · 0.50
xs_SSD1306_destructorFunction · 0.50
xs_DotStar_destructorFunction · 0.50
xs_ILI9341_destructorFunction · 0.50
xs_XPT2046_destructorFunction · 0.50
xs_destm32s_destructorFunction · 0.50
xs_spi_destructorFunction · 0.50
xs_spi_destructorFunction · 0.50

Calls 1

Tested by

no test coverage detected