STM32F429I-Discovery
+
0
/1 examples
SourceVu will show references to
Point
from the following samples and libraries:
Examples
STM32F429I-Discovery
Examples
BSP
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32F429I-Discovery
Point
Point struct
Syntax
Show:
Summary
Declaration
from
stm32f429i_discovery_lcd.h:65
typedef
struct
{
int16_t
X
;
int16_t
Y
;
}
Point
,
*
pPoint
;
Fields
Field
Declared as
Point::X
int16_t
Point::Y
int16_t
Related Functions
Found 2 other functions taking a
Point
argument:
Function
Description
BSP_LCD_FillPolygon()
Displays a full poly-line (between many points).
BSP_LCD_DrawPolygon()
Displays an poly-line (between many points).
Examples
Point
is referenced by 1 libraries and example projects:
Examples
STM32F429I-Discovery
Examples
BSP
References
from
0/1
examples
Code
Location
Scope
Referrer
typedef
struct
stm32f429i_discovery_lcd.h:65
}
Point
,
*
pPoint
;
stm32f429i_discovery_lcd.h:69
void
BSP_LCD_DrawPolygon
(
pPoint
Points
,
uint16_t
PointCount
)
stm32f429i_discovery_lcd.c:829
BSP_LCD_DrawPolygon()
BSP_LCD_DrawPolygon()::Points
void
BSP_LCD_FillPolygon
(
pPoint
Points
,
uint16_t
PointCount
)
stm32f429i_discovery_lcd.c:1091
BSP_LCD_FillPolygon()
BSP_LCD_FillPolygon()::Points
}
Point
,
*
pPoint
;
stm32f429i_discovery_lcd.h:69
Point
void
BSP_LCD_DrawPolygon
(
pPoint
Points
,
uint16_t
PointCount
)
;
stm32f429i_discovery_lcd.h:209
BSP_LCD_DrawPolygon()
BSP_LCD_DrawPolygon()::Points
void
BSP_LCD_FillPolygon
(
pPoint
Points
,
uint16_t
PointCount
)
;
stm32f429i_discovery_lcd.h:216
BSP_LCD_FillPolygon()
BSP_LCD_FillPolygon()::Points
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Instance
Scope
Location
Project
BSP_LCD_DrawPolygon()::Points
BSP_LCD_DrawPolygon()
stm32f429i_discovery_lcd.h:209
BSP_LCD_FillPolygon()::Points
BSP_LCD_FillPolygon()
stm32f429i_discovery_lcd.h:216
BSP_LCD_DrawPolygon()::Points
BSP_LCD_DrawPolygon()
stm32f429i_discovery_lcd.c:829
BSP_LCD_FillPolygon()::Points
BSP_LCD_FillPolygon()
stm32f429i_discovery_lcd.c:1091
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out