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

BSP_LCD_FillRect() function

Draws a full rectangle.

Syntax

void BSP_LCD_FillRect(uint16_t Xpos,     uint16_t Ypos,     uint16_t Width,     uint16_t Height);
Implemented in stm32f413h_discovery_lcd.c:713

Arguments

Xpos

X position

Ypos

Y position

Width

Rectangle width

Height

Rectangle height

Examples

BSP_LCD_FillRect() is referenced by 3 libraries and example projects.

References

LocationReferrerText
stm32f413h_discovery_lcd.c:713
void BSP_LCD_FillRect(uint16_t Xpos, uint16_t Ypos, uint16_t Width, uint16_t Height)
stm32f413h_discovery_lcd.h:180
void BSP_LCD_FillRect(uint16_t Xpos, uint16_t Ypos, uint16_t Width, uint16_t Height);
stm32f413h_discovery_lcd.c:283BSP_LCD_ClearStringLine()
BSP_LCD_FillRect(0, (Line * DrawProp.pFont->Height), BSP_LCD_GetXSize(), DrawProp.pFont->Height);

Call Tree

Functions calling BSP_LCD_FillRect()
Functions called by BSP_LCD_FillRect()
all items filtered out
BSP_LCD_FillRect()
Data read by BSP_LCD_FillRect()
Data written by BSP_LCD_FillRect()
BSP_LCD_FillRect()