TransferInProgress is only used within STemWin_MemoryDevice.
 
Symbols
loading...
Files
loading...

TransferInProgress variable

Syntax

static volatile char TransferInProgress = 0;

References

LocationReferrerText
LCDConf.c:94
static volatile char TransferInProgress = 0;
LCDConf.c:792DMA2D_IRQHandler()
TransferInProgress = 0;
LCDConf.c:803_DMA2D_ExecOperation()
if ( TransferInProgress == 0 )
LCDConf.c:807_DMA2D_ExecOperation()
while(TransferInProgress) {
LCDConf.c:830_DMA_Copy()
TransferInProgress = 1;
LCDConf.c:867_DMA_CopyRGB565()
TransferInProgress = 1;
LCDConf.c:904_DMA_Fill()
TransferInProgress = 1;
LCDConf.c:938_DMA_AlphaBlendingBulk()
TransferInProgress = 1;
LCDConf.c:975_DMA_MixColorsBulk()
TransferInProgress = 1;
LCDConf.c:1013_DMA_ConvertColor()
TransferInProgress = 1;
LCDConf.c:1049_DMA_DrawBitmapL8()
TransferInProgress = 1;
LCDConf.c:1096_DMA_DrawBitmapA4()
TransferInProgress = 1;
LCDConf.c:1150_DMA_DrawAlphaBitmap()
TransferInProgress = 1;
LCDConf.c:1184_DMA_LoadLUT()
TransferInProgress = 1;

Data Use