_pfGetAngle is only used within STemWin_SampleDemo.
 
Symbols
loading...
Files
loading...

_pfGetAngle variable

DATA - _pfGetAngle[] - Array of function pointers to GetAngle functions

Syntax

static float (* _pfGetAngle[NUM_SCALES])(int tDiff) = { _GetAngle_0, _GetAngle_1 };

References

LocationReferrerText
GUIDEMO_Automotive.c:358
static float (* _pfGetAngle[NUM_SCALES])(int tDiff) = {
GUIDEMO_Automotive.c:468_AutomotiveDemo()
aParam[i].Angle = _pfGetAngle[i](tDiff) * DEG2RAD;
GUIDEMO_Automotive.c:481_AutomotiveDemo()
aParam[i].Angle = _pfGetAngle[i](tDiff) * DEG2RAD;

Data Use

Functions reading _pfGetAngle
_pfGetAngle
all items filtered out