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

BSP_LCD_DrawHLine() function

Displays an horizontal line.

Syntax

void BSP_LCD_DrawHLine(uint16_t Xpos,     uint16_t Ypos,     uint16_t Length);
Implemented in stm32f429i_discovery_lcd.c:664

Arguments

Xpos

the X position

Ypos

the Y position

Length

line length

Examples

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

References

LocationReferrerText
stm32f429i_discovery_lcd.c:664
void BSP_LCD_DrawHLine(uint16_t Xpos, uint16_t Ypos, uint16_t Length)
stm32f429i_discovery_lcd.h:204
void BSP_LCD_DrawHLine(uint16_t Xpos, uint16_t Ypos, uint16_t Length);
stm32f429i_discovery_lcd.c:776BSP_LCD_DrawRect()
BSP_LCD_DrawHLine(Xpos, Ypos, Width);
stm32f429i_discovery_lcd.c:777BSP_LCD_DrawRect()
BSP_LCD_DrawHLine(Xpos, (Ypos + Height), Width);
stm32f429i_discovery_lcd.c:984BSP_LCD_FillCircle()
BSP_LCD_DrawHLine(Xpos - cury, Ypos + curx, 2 * cury);
stm32f429i_discovery_lcd.c:985BSP_LCD_FillCircle()
BSP_LCD_DrawHLine(Xpos - cury, Ypos - curx, 2 * cury);
stm32f429i_discovery_lcd.c:990BSP_LCD_FillCircle()
BSP_LCD_DrawHLine(Xpos - curx, Ypos - cury, 2 * curx);
stm32f429i_discovery_lcd.c:991BSP_LCD_FillCircle()
BSP_LCD_DrawHLine(Xpos - curx, Ypos + cury, 2 * curx);
stm32f429i_discovery_lcd.c:1170BSP_LCD_FillEllipse()
BSP_LCD_DrawHLine((Xpos - (uint16_t)(x / K)), (Ypos + y), (2 * (uint16_t)(x / K) + 1));
stm32f429i_discovery_lcd.c:1171BSP_LCD_FillEllipse()
BSP_LCD_DrawHLine((Xpos - (uint16_t)(x / K)), (Ypos - y), (2 * (uint16_t)(x / K) + 1));

Call Tree

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