lastUs is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

lastUs variable

Syntax

static volatile long lastUs;

References

LocationReferrerScopeText
Model.cpp:30
static volatile long lastUs;
Model.cpp:41Model::Model()Model
lastUs = touchgfx::HAL::getInstance()->getCPUCycles();
Model.cpp:87Model::tick()Model
milliseconds += (now - lastUs + freqMHz / 2) / freqMHz / 1000;
Model.cpp:88Model::tick()Model
lastUs = now;

Data Use

Functions writing lastUs
Functions reading lastUs
all items filtered out
lastUs
all items filtered out