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

DEG2RAD macro

Syntax

#define DEG2RAD (3.1415926f / 180)

References

LocationText
GUIDEMO_Automotive.c:80
#define DEG2RAD (3.1415926f / 180)
GUIDEMO_Automotive.c:468
aParam[i].Angle = _pfGetAngle[i](tDiff) * DEG2RAD;
GUIDEMO_Automotive.c:481
aParam[i].Angle = _pfGetAngle[i](tDiff) * DEG2RAD;