STemWin_SampleDemo
DEFINEDMA2D_COLORCONVERSION
is only used within STemWin_SampleDemo.
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_SampleDemo
DEFINEDMA2D_COLORCONVERSION
DEFINEDMA2D_COLORCONVERSION macro
Syntax
Show:
Summary
Declaration
from
LCDConf_stm32f429i_disco_MB1075.c:96
#define
DEFINEDMA2D_COLORCONVERSION
(
PFIX
,
PIXELFORMAT
)
\
static
void
Color2IndexBulk_
##
PFIX
##
DMA2D
(
LCD_COLOR
*
pColor
,
void
*
pIndex
,
U32
NumItems
,
U8
SizeOfIndex
)
{
\
DMA2D_Color2IndexBulk
(
pColor
,
pIndex
,
NumItems
,
SizeOfIndex
,
PIXELFORMAT
)
;
\
}
\
static
void
Index2ColorBulk_
##
PFIX
##
DMA2D
(
void
*
pIndex
,
LCD_COLOR
*
pColor
,
U32
NumItems
,
U8
SizeOfIndex
)
{
\
DMA2D_Index2ColorBulk
(
pIndex
,
pColor
,
NumItems
,
SizeOfIndex
,
PIXELFORMAT
)
;
\
}
Arguments
Argument
PFIX
PIXELFORMAT
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