BSP_LCD_DrawVLine() is only used within STM32F429I-Discovery.
 
Symbols
loading...
Files
loading...

BSP_LCD_DrawVLine() function

Displays a vertical line.

Syntax

void BSP_LCD_DrawVLine(uint16_t Xpos,     uint16_t Ypos,     uint16_t Length);
Implemented in stm32f429i_discovery_lcd.c:681

Arguments

Xpos

the X position

Ypos

the Y position

Length

line length

References

LocationReferrerText
stm32f429i_discovery_lcd.c:681
void BSP_LCD_DrawVLine(uint16_t Xpos, uint16_t Ypos, uint16_t Length)
stm32f429i_discovery_lcd.h:205
void BSP_LCD_DrawVLine(uint16_t Xpos, uint16_t Ypos, uint16_t Length);
stm32f429i_discovery_lcd.c:780BSP_LCD_DrawRect()
BSP_LCD_DrawVLine(Xpos, Ypos, Height);
stm32f429i_discovery_lcd.c:781BSP_LCD_DrawRect()
BSP_LCD_DrawVLine((Xpos + Width), Ypos, Height);

Call Tree

Functions calling BSP_LCD_DrawVLine()
Functions called by BSP_LCD_DrawVLine()
all items filtered out
BSP_LCD_DrawVLine()
all items filtered out
Data read by BSP_LCD_DrawVLine()
Data written by BSP_LCD_DrawVLine()
BSP_LCD_DrawVLine()
BSP_LCD_DrawVLine()::xaddress
all items filtered out
Type of BSP_LCD_DrawVLine()
BSP_LCD_DrawVLine()
uint32_t
all items filtered out