STemWin_MemoryDevice
_DMA_Copy()
is only used within STemWin_MemoryDevice.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STemWin_MemoryDevice
_DMA_Copy()
_DMA_Copy() function
DMA2D Copy buffers
Syntax
Show:
Summary
Declaration
from
LCDConf_stm324x9i_eval_MB1046.c:689
static
void
_DMA_Copy
(
int
LayerIndex
,
void
*
pSrc
,
void
*
pDst
,
int
xSize
,
int
ySize
,
int
OffLineSrc
,
int
OffLineDst
)
;
Arguments
Argument
Description
LayerIndex
Layer index
pSrc
Source buffer pointer
pDst
Destination buffer pointer
xSize
Horizontal size
ySize
Vertical size
OffLineSrc
Source Line offset
OffLineDst
Destination Line offset
Return value
None
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out