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

Function xs_ILI9341_destructor

modules/drivers/ili9341/modIli9341.c:205–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203#endif
204
205void xs_ILI9341_destructor(void *data)
206{
207 spiDisplay sd = data;
208 if (!data) return;
209
210 SCREEN_CS_UNINIT;
211 SCREEN_DC_UNINIT;
212 modSPIUninit(&sd->spiConfig);
213
214#ifdef MODDEF_ILI9341_RST_PIN
215 SCREEN_RST_UNINIT;
216#endif
217 c_free(data);
218}
219
220void xs_ILI9341(xsMachine *the)
221{

Callers 1

xs_ILI9341_closeFunction · 0.85

Calls 1

modSPIUninitFunction · 0.50

Tested by

no test coverage detected