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

BSP_LCD_DrawHLine() function

Draws an horizontal line.

Syntax

void BSP_LCD_DrawHLine(uint16_t Xpos,     uint16_t Ypos,     uint16_t Length);
Implemented in stm32f413h_discovery_lcd.c:420

Arguments

Xpos

X position

Ypos

Y position

Length

Line length

Examples

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

References

LocationReferrerText
stm32f413h_discovery_lcd.c:420
void BSP_LCD_DrawHLine(uint16_t Xpos, uint16_t Ypos, uint16_t Length)
stm32f413h_discovery_lcd.h:171
void BSP_LCD_DrawHLine(uint16_t Xpos, uint16_t Ypos, uint16_t Length);
stm32f413h_discovery_lcd.c:262BSP_LCD_Clear()
BSP_LCD_DrawHLine(0, counter, BSP_LCD_GetXSize());
stm32f413h_discovery_lcd.c:544BSP_LCD_DrawRect()
BSP_LCD_DrawHLine(Xpos, Ypos, Width);
stm32f413h_discovery_lcd.c:545BSP_LCD_DrawRect()
BSP_LCD_DrawHLine(Xpos, (Ypos+ Height), Width);
stm32f413h_discovery_lcd.c:718BSP_LCD_FillRect()
BSP_LCD_DrawHLine(Xpos, Ypos++, Width);
stm32f413h_discovery_lcd.c:746BSP_LCD_FillCircle()
BSP_LCD_DrawHLine(Xpos - current_y, Ypos + current_x, 2*current_y);
stm32f413h_discovery_lcd.c:747BSP_LCD_FillCircle()
BSP_LCD_DrawHLine(Xpos - current_y, Ypos - current_x, 2*current_y);
stm32f413h_discovery_lcd.c:752BSP_LCD_FillCircle()
BSP_LCD_DrawHLine(Xpos - current_x, Ypos - current_y, 2*current_x);
stm32f413h_discovery_lcd.c:753BSP_LCD_FillCircle()
BSP_LCD_DrawHLine(Xpos - current_x, Ypos + current_y, 2*current_x);
stm32f413h_discovery_lcd.c:855BSP_LCD_FillEllipse()
BSP_LCD_DrawHLine((Xpos-(uint16_t)(x/k)), (Ypos+y), (2*(uint16_t)(x/k) + 1));
stm32f413h_discovery_lcd.c:856BSP_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()
Data read by BSP_LCD_DrawHLine()
Data written by BSP_LCD_DrawHLine()
BSP_LCD_DrawHLine()
BSP_LCD_DrawHLine()::index
all items filtered out
Type of BSP_LCD_DrawHLine()
BSP_LCD_DrawHLine()
uint32_t
all items filtered out