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

Function modSPIFlush

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

Source from the content-addressed store, hash-verified

428}
429
430void modSPIFlush(void)
431{
432 while (gSPIDataCount >= 0)
433 ;
434}
435
436static void modSPITxCommon(modSPIConfiguration config, uint8_t *data, uint16_t count, uint8_t endian, modSPIBufferLoader loader)
437{

Callers 15

modSPITxRxFunction · 0.70
modSPITxCommonFunction · 0.70
ssd1351CommandFunction · 0.50
ssd1306SendFunction · 0.50
doCmdFunction · 0.50
dotstarSend_16LEFunction · 0.50
dotstarBeginFunction · 0.50
dotstarEndFunction · 0.50
modDestm32s.cFile · 0.50
destm32sBegin_2g1rFunction · 0.50
destm32sSend_2g1rFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected