Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
void modSPIUninit(modSPIConfiguration config)
102
{
103
modSPIActivateConfiguration(NULL);
104
// disable SPI interrupt?
105
}
106
107
void modSPIActivateConfiguration(modSPIConfiguration config)
108
{
Callers
10
uninit_spi
Function · 0.50
xs_ssd1351_destructor
Function · 0.50
xs_SSD1306_destructor
Function · 0.50
xs_DotStar_destructor
Function · 0.50
xs_ILI9341_destructor
Function · 0.50
xs_XPT2046_destructor
Function · 0.50
xs_destm32s_destructor
Function · 0.50
xs_ls013b4dn04_destructor
Function · 0.50
xs_spi_destructor
Function · 0.50
xs_spi_destructor
Function · 0.50
Calls
1
modSPIActivateConfiguration
Function · 0.70
Tested by
no test coverage detected