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

freqMHz variable

Syntax

static int freqMHz;

References

LocationReferrerScopeText
Model.cpp:32
static int freqMHz;
Model.cpp:42Model::Model()Model
freqMHz = SystemCoreClock / 1000000;
Model.cpp:87Model::tick()Model
milliseconds += (now - lastUs + freqMHz / 2) / freqMHz / 1000;

Data Use

Functions writing freqMHz
Functions reading freqMHz
all items filtered out
freqMHz
all items filtered out