STM32446E_EVAL + 0/1 examples
CodeScope will show references to BSP_LCD_DrawHLine() from the following samples and libraries:
Examples
STM32446E_EVAL
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 stm32446e_eval_lcd.c:397

Arguments

Xpos

X position

Ypos

Y position

Length

Line length

Examples

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

References

LocationReferrerText
stm32446e_eval_lcd.c:397
void BSP_LCD_DrawHLine(uint16_t Xpos, uint16_t Ypos, uint16_t Length)
stm32446e_eval_lcd.h:144
void BSP_LCD_DrawHLine(uint16_t Xpos, uint16_t Ypos, uint16_t Length);
stm32446e_eval_lcd.c:239BSP_LCD_Clear()
BSP_LCD_DrawHLine(0, counter, BSP_LCD_GetXSize());
stm32446e_eval_lcd.c:521BSP_LCD_DrawRect()
BSP_LCD_DrawHLine(Xpos, Ypos, Width);
stm32446e_eval_lcd.c:522BSP_LCD_DrawRect()
BSP_LCD_DrawHLine(Xpos, (Ypos+ Height), Width);
stm32446e_eval_lcd.c:695BSP_LCD_FillRect()
BSP_LCD_DrawHLine(Xpos, Ypos++, Width);
stm32446e_eval_lcd.c:723BSP_LCD_FillCircle()
BSP_LCD_DrawHLine(Xpos - current_y, Ypos + current_x, 2*current_y);
stm32446e_eval_lcd.c:724BSP_LCD_FillCircle()
BSP_LCD_DrawHLine(Xpos - current_y, Ypos - current_x, 2*current_y);
stm32446e_eval_lcd.c:729BSP_LCD_FillCircle()
BSP_LCD_DrawHLine(Xpos - current_x, Ypos - current_y, 2*current_x);
stm32446e_eval_lcd.c:730BSP_LCD_FillCircle()
BSP_LCD_DrawHLine(Xpos - current_x, Ypos + current_y, 2*current_x);
stm32446e_eval_lcd.c:832BSP_LCD_FillEllipse()
BSP_LCD_DrawHLine((Xpos-(uint16_t)(x/k)), (Ypos+y), (2*(uint16_t)(x/k) + 1));
stm32446e_eval_lcd.c:833BSP_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()
LCD_DrvTypeDef::DrawHLine
all items filtered out
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