STM32F429I-Discovery + 0/1 examples
CodeScope will show references to BSP_LCD_DrawLine() from the following samples and libraries:
Examples
STM32F429I-Discovery
Examples
 
Symbols
loading...
Files
loading...

BSP_LCD_DrawLine() function

Displays an uni-line (between two points).

Syntax

void BSP_LCD_DrawLine(uint16_t X1,     uint16_t Y1,     uint16_t X2,     uint16_t Y2);
Implemented in stm32f429i_discovery_lcd.c:699

Arguments

X1

the point 1 X position

Y1

the point 1 Y position

X2

the point 2 X position

Y2

the point 2 Y position

Examples

BSP_LCD_DrawLine() is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f429i_discovery_lcd.c:699
void BSP_LCD_DrawLine(uint16_t X1, uint16_t Y1, uint16_t X2, uint16_t Y2)
stm32f429i_discovery_lcd.h:206
void BSP_LCD_DrawLine(uint16_t X1, uint16_t Y1, uint16_t X2, uint16_t Y2);
stm32f429i_discovery_lcd.c:838BSP_LCD_DrawPolygon()
BSP_LCD_DrawLine(Points->X, Points->Y, (Points + PointCount - 1)->X, (Points + PointCount - 1)->Y);
stm32f429i_discovery_lcd.c:845BSP_LCD_DrawPolygon()
BSP_LCD_DrawLine(x, y, Points->X, Points->Y);
stm32f429i_discovery_lcd.c:1072BSP_LCD_FillTriangle()
BSP_LCD_DrawLine(x, y, X3, Y3);

Call Tree

Functions calling BSP_LCD_DrawLine()
Functions called by BSP_LCD_DrawLine()
BSP_LCD_DrawLine()
all items filtered out
Data read by BSP_LCD_DrawLine()
Data written by BSP_LCD_DrawLine()
BSP_LCD_DrawLine()::deltax
BSP_LCD_DrawLine()::deltay
BSP_LCD_DrawLine()::x
BSP_LCD_DrawLine()::y
BSP_LCD_DrawLine()::xinc1
BSP_LCD_DrawLine()::xinc2
BSP_LCD_DrawLine()::yinc1
BSP_LCD_DrawLine()::yinc2
BSP_LCD_DrawLine()::den
BSP_LCD_DrawLine()::num
BSP_LCD_DrawLine()::numadd
BSP_LCD_DrawLine()::numpixels
BSP_LCD_DrawLine()::curpixel
all items filtered out
BSP_LCD_DrawLine()
BSP_LCD_DrawLine()::deltax
BSP_LCD_DrawLine()::deltay
BSP_LCD_DrawLine()::x
BSP_LCD_DrawLine()::y
BSP_LCD_DrawLine()::xinc1
BSP_LCD_DrawLine()::xinc2
BSP_LCD_DrawLine()::yinc1
BSP_LCD_DrawLine()::yinc2
BSP_LCD_DrawLine()::den
BSP_LCD_DrawLine()::num
BSP_LCD_DrawLine()::numadd
BSP_LCD_DrawLine()::numpixels
BSP_LCD_DrawLine()::curpixel
all items filtered out
Type of BSP_LCD_DrawLine()
BSP_LCD_DrawLine()
int16_t
all items filtered out