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

TransferInProgress variable

Syntax

static volatile char TransferInProgress = 0;

References

LocationReferrerText
LCDConf.c:95
static volatile char TransferInProgress = 0;
LCDConf.c:822DMA2D_IRQHandler()
TransferInProgress = 0;
LCDConf.c:833_DMA2D_ExecOperation()
if ( TransferInProgress == 0 )
LCDConf.c:837_DMA2D_ExecOperation()
while(TransferInProgress) {
LCDConf.c:860_DMA_Copy()
TransferInProgress = 1;
LCDConf.c:897_DMA_CopyRGB565()
TransferInProgress = 1;
LCDConf.c:934_DMA_Fill()
TransferInProgress = 1;
LCDConf.c:968_DMA_AlphaBlendingBulk()
TransferInProgress = 1;
LCDConf.c:1005_DMA_MixColorsBulk()
TransferInProgress = 1;
LCDConf.c:1043_DMA_ConvertColor()
TransferInProgress = 1;
LCDConf.c:1079_DMA_DrawBitmapL8()
TransferInProgress = 1;
LCDConf.c:1126_DMA_DrawBitmapA4()
TransferInProgress = 1;
LCDConf.c:1180_DMA_DrawAlphaBitmap()
TransferInProgress = 1;
LCDConf.c:1214_DMA_LoadLUT()
TransferInProgress = 1;

Data Use