STM32446E_EVAL + 0/3 examples
CodeScope will show references to BSP_LCD_GetYSize() from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
Applications
Camera
 
Symbols
loading...
Files
loading...

BSP_LCD_GetYSize() function

Gets the LCD Y size.

Syntax

uint32_t BSP_LCD_GetYSize(void);
Implemented in stm32446e_eval_lcd.c:165

Return value

Used LCD Y size

Examples

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

References

LocationReferrerText
stm32446e_eval_lcd.c:165
uint32_t BSP_LCD_GetYSize(void)
stm32446e_eval_lcd.h:127
uint32_t BSP_LCD_GetYSize(void);
stm32446e_eval_lcd.c:235BSP_LCD_Clear()
y_size = BSP_LCD_GetYSize();
stm32446e_eval_lcd.c:660BSP_LCD_DrawBitmap()
SetDisplayWindow(0, 0, BSP_LCD_GetXSize(), BSP_LCD_GetYSize());
stm32446e_eval_lcd.c:680BSP_LCD_DrawRGBImage()
SetDisplayWindow(0, 0, BSP_LCD_GetXSize(), BSP_LCD_GetYSize());

Call Tree

Functions calling BSP_LCD_GetYSize()
Functions called by BSP_LCD_GetYSize()
BSP_LCD_GetYSize()
LCD_DrvTypeDef::GetLcdPixelHeight
all items filtered out
Data read by BSP_LCD_GetYSize()
all items filtered out
BSP_LCD_GetYSize()
Type of BSP_LCD_GetYSize()
BSP_LCD_GetYSize()
uint32_t
all items filtered out