STM32F429I-Discovery
Point::Y
is only used within STM32F429I-Discovery.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32F429I-Discovery
Point::Y
Point::Y field
Syntax
Show:
Summary
Declaration
from
stm32f429i_discovery_lcd.h:68
int16_t
Y
;
Examples
References
from
examples
Code
Location
Referrer
int16_t
Y
;
stm32f429i_discovery_lcd.h:68
BSP_LCD_DrawLine
(
Points
->
X
,
Points
->
Y
,
(
Points
+
PointCount
-
1
)
->
X
,
(
Points
+
PointCount
-
1
)
->
Y
)
;
stm32f429i_discovery_lcd.c:838
BSP_LCD_DrawPolygon()
y
=
Points
->
Y
;
stm32f429i_discovery_lcd.c:843
BSP_LCD_DrawPolygon()
BSP_LCD_DrawLine
(
x
,
y
,
Points
->
X
,
Points
->
Y
)
;
stm32f429i_discovery_lcd.c:845
BSP_LCD_DrawPolygon()
imagetop
=
imagebottom
=
Points
->
Y
;
stm32f429i_discovery_lcd.c:1098
BSP_LCD_FillPolygon()
pixely
=
POLY_Y
(
counter
)
;
stm32f429i_discovery_lcd.c:1112
BSP_LCD_FillPolygon()
yfirst
=
Points
->
Y
;
stm32f429i_discovery_lcd.c:1132
BSP_LCD_FillPolygon()
y
=
Points
->
Y
;
stm32f429i_discovery_lcd.c:1137
BSP_LCD_FillPolygon()
y2
=
Points
->
Y
;
stm32f429i_discovery_lcd.c:1140
BSP_LCD_FillPolygon()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
Point::Y
is read by 2 functions:
All items filtered out
Point::Y
BSP_LCD_DrawPolygon()
BSP_LCD_FillPolygon()
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