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

BSP_LCD_DrawRect() function

Draws a rectangle.

Syntax

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

Arguments

Xpos

X position

Ypos

Y position

Width

Rectangle width

Height

Rectangle height

Examples

BSP_LCD_DrawRect() is referenced by 2 libraries and example projects.

References

LocationText
stm32f413h_discovery_lcd.c:541
void BSP_LCD_DrawRect(uint16_t Xpos, uint16_t Ypos, uint16_t Width, uint16_t Height)
stm32f413h_discovery_lcd.h:174
void BSP_LCD_DrawRect(uint16_t Xpos, uint16_t Ypos, uint16_t Width, uint16_t Height);

Call Tree

Functions called by BSP_LCD_DrawRect()
BSP_LCD_DrawRect()
Data read by BSP_LCD_DrawRect()
BSP_LCD_DrawRect()