touchgfx::Cell::x is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Cell::x field

Syntax

int16_t x;

References

LocationReferrerScopeText
Cell.hpp:33
int16_t x; ///< The x coordinate
Cell.hpp:68touchgfx::Cell::setCoord()touchgfx::Cell
x = int16_t(_x);
Cell.hpp:116touchgfx::Cell::packedCoord() consttouchgfx::Cell
return (y << 16) + x;

Data Use

Functions writing touchgfx::Cell::x
Functions reading touchgfx::Cell::x
all items filtered out
touchgfx::Cell::x
Type of touchgfx::Cell::x
touchgfx::Cell::x
int16_t
all items filtered out