x is only used within LCD_Paint.
 
Symbols
loading...
Files
loading...

x variable

Syntax

static uint32_t x = 0;

References

LocationReferrerText
main.c:41
static uint32_t x = 0, y = 0;
main.c:142GetPosition()
main.c:145GetPosition()
if((x > (67 + Radius)) & (y > (7 + Radius) ) & ( x < (BSP_LCD_GetXSize() - (7 + Radius ))) & (y < (BSP_LCD_GetYSize() - (67 + Radius ))))
main.c:147GetPosition()
main.c:149GetPosition()
else if((x > 0 ) & ( x < 50 ))
main.c:222GetPosition()
x = 0;
main.c:227GetPosition()
else if((x > 70) & (y > (BSP_LCD_GetYSize() - 50)) & (y < (BSP_LCD_GetYSize()) ) & ( x < 100))
main.c:232GetPosition()
else if((x > 100) & (y > (BSP_LCD_GetYSize() - 50)) & (y < (BSP_LCD_GetYSize()) ) & ( x < 130))
main.c:237GetPosition()
else if((x > 130) & (y > (BSP_LCD_GetYSize() - 50)) & (y < (BSP_LCD_GetYSize()) ) & ( x < 160))
main.c:242GetPosition()
else if(((x > (BSP_LCD_GetXSize()-5) ) & (y > (12 * color_width)) & (y < (13 * color_width))) | ((x < 55) & (y < 5)))
main.c:247GetPosition()
else if((x > 160) & (y > (BSP_LCD_GetYSize() - 50)) & (x < 210) & (y < BSP_LCD_GetYSize()))

Data Use

Functions writing x
Functions reading x
all items filtered out
x
all items filtered out
Type of x
x
uint32_t
all items filtered out