Adafruit_Shield + 0/4 examples
CodeScope will show references to BSP_LCD_DrawVLine() from the following samples and libraries:
Examples
STM32F412ZG-Nucleo
Examples
STM32F413ZH-Nucleo
Examples
STM32F429ZI-Nucleo
Examples
STM32F446ZE-Nucleo
Examples
 
Symbols
loading...
Files
loading...

BSP_LCD_DrawVLine() function

Draws a vertical line.

Syntax

void BSP_LCD_DrawVLine(uint16_t Xpos,     uint16_t Ypos,     uint16_t Length);
Implemented in stm32_adafruit_lcd.c:423

Arguments

Xpos

X position

Ypos

Y position

Length

Line length

Return value

None

Examples

BSP_LCD_DrawVLine() is referenced by 4 libraries and example projects.

References

LocationReferrerText
stm32_adafruit_lcd.c:423
void BSP_LCD_DrawVLine(uint16_t Xpos, uint16_t Ypos, uint16_t Length)
stm32_adafruit_lcd.h:142
void BSP_LCD_DrawVLine(uint16_t Xpos, uint16_t Ypos, uint16_t Length);
stm32_adafruit_lcd.c:530BSP_LCD_DrawRect()
BSP_LCD_DrawVLine(Xpos, Ypos, Height);
stm32_adafruit_lcd.c:531BSP_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()
LCD_DrvTypeDef::DrawVLine
all items filtered out
Data read by BSP_LCD_DrawVLine()
Data written by BSP_LCD_DrawVLine()
BSP_LCD_DrawVLine()
BSP_LCD_DrawVLine()::index
all items filtered out
Type of BSP_LCD_DrawVLine()
BSP_LCD_DrawVLine()
uint32_t
all items filtered out