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

TransferInProgress variable

Syntax

static volatile char TransferInProgress = 0;

References

LocationReferrerText
LCDConf.c:83
static volatile char TransferInProgress = 0;
LCDConf.c:682DMA2D_IRQHandler()
TransferInProgress = 0;
LCDConf.c:695_DMA2D_ExecOperation()
if ( TransferInProgress == 0 )
LCDConf.c:699_DMA2D_ExecOperation()
while(TransferInProgress) {
LCDConf.c:722_DMA_Copy()
TransferInProgress = 1;
LCDConf.c:759_DMA_CopyRGB565()
TransferInProgress = 1;
LCDConf.c:796_DMA_Fill()
TransferInProgress = 1;
LCDConf.c:830_DMA_AlphaBlendingBulk()
TransferInProgress = 1;
LCDConf.c:867_DMA_MixColorsBulk()
TransferInProgress = 1;
LCDConf.c:905_DMA_ConvertColor()
TransferInProgress = 1;
LCDConf.c:941_DMA_DrawBitmapL8()
TransferInProgress = 1;
LCDConf.c:988_DMA_DrawBitmapA4()
TransferInProgress = 1;
LCDConf.c:1042_DMA_DrawAlphaBitmap()
TransferInProgress = 1;
LCDConf.c:1076_DMA_LoadLUT()
TransferInProgress = 1;

Data Use