STemWin + 0/15 examples
CodeScope will show references to I32 from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Applications
STemWin
STM32469I-Discovery
Demonstrations
Applications
STemWin
STM32469I_EVAL
Demonstrations
Applications
STemWin
STM324xG_EVAL
Demonstrations
Applications
STemWin
STM32F412G-Discovery
Demonstrations
STM32F413H-Discovery
Demonstrations
STM32F429I-Discovery
Demonstrations
Applications
STemWin
STM324x9I_EVAL
Applications
STemWin
Demonstrations
STemWin
 
Symbols
loading...
Files
loading...

I32 macro

Syntax

#define I32 signed long

Examples

I32 is referenced by 15 libraries and example projects.

References

LocationText
Global.h:65
#define I32 signed long
DIALOG_Intern.h:83
I32 Para; // Widget specific parameter (opt.)
EDIT.h:199
EDIT.h:202
EDIT.h:215
void EDIT_SetDecMode (EDIT_Handle hEdit, I32 Value, I32 Min, I32 Max, int Shift, U8 Flags);
EDIT.h:222
I32 GUI_EditDec (I32 Value, I32 Min, I32 Max, int Len, int xSize, int Shift, U8 Flags);
GRAPH.h:143
GUI.h:132
I32 (* pfGetDevProp )(GUI_DEVICE * pDevice, int Index);
GUI.h:411
I32 GUI__ATan2(I32 x, I32 y, I32 * ph);
GUI.h:412
I32 GUI__ASinHQ(I32 SinHQ);
GUI.h:417
GUI.h:419
I32 GUI__DivideRound32 (I32 a, I32 b);
GUI.h:423
GUI.h:424
GUI.h:486
void GUI_Log1 (const char * s, I32 p0);
GUI.h:487
void GUI_Log2 (const char * s, I32 p0, I32 p1);
GUI.h:488
void GUI_Log3 (const char * s, I32 p0, I32 p1, I32 p2);
GUI.h:489
void GUI_Log4 (const char * s, I32 p0, I32 p1, I32 p2,I32 p3);
GUI.h:491
void GUI_Warn1 (const char * s, I32 p0);
GUI.h:492
void GUI_Warn2 (const char * s, I32 p0, I32 p1);
GUI.h:493
void GUI_Warn3 (const char * s, I32 p0, I32 p1, I32 p2);
GUI.h:494
void GUI_Warn4 (const char * s, I32 p0, I32 p1, I32 p2, I32 p3);
GUI.h:496
void GUI_ErrorOut1(const char * s, I32 p0);
GUI.h:497
void GUI_ErrorOut2(const char * s, I32 p0, I32 p1);
GUI.h:498
void GUI_ErrorOut3(const char * s, I32 p0, I32 p1, I32 p2);
GUI.h:499
void GUI_ErrorOut4(const char * s, I32 p0, I32 p1, I32 p2, I32 p3);
GUI.h:903
void GUI_DispDec (I32 v, U8 Len);
GUI.h:904
void GUI_DispDecAt (I32 v, I16P x, I16P y, U8 Len);
GUI.h:905
void GUI_DispDecMin(I32 v);
GUI.h:906
GUI.h:907
GUI.h:910
void GUI_DispSDec(I32 v, U8 Len);
GUI.h:911
GUI.h:1034
GUI.h:1036
GUI.h:1039
GUI.h:1187
GUI.h:1198
GUI.h:1199
GUI.h:1200
GUI.h:1201
GUI_ConfDefaults.h:176
#define GUI_ALLOC_DATATYPE I32
GUI_Private.h:303
void GUI_AddDecMin (I32 v, char ** ps);
GUI_Private.h:304
void GUI_AddDecShift(I32 v, U8 Len, U8 Shift, char ** ps);
GUI_Private.h:306
int GUI_Long2Len (I32 v);
GUI_Type.h:581
#define GUI_HMEM I32
GUI_Type.h:596
I32 x;
GUI_Type.h:597
I32 y;
KNOB.h:95
KNOB.h:97
I32 KNOB_GetValue (KNOB_Handle hObj); // Returns the position of the knob in tenth of degree
KNOB.h:101
void KNOB_SetKeyValue(KNOB_Handle hObj, I32 KeyValue); // Sets the value the knob will rotate on one key press
KNOB.h:102
void KNOB_SetOffset (KNOB_Handle hObj, I32 Offset); // Sets the offset angle of the knob
KNOB.h:103
void KNOB_SetPeriod (KNOB_Handle hObj, I32 Period); // Sets the period in which the knob stops
KNOB.h:104
void KNOB_SetPos (KNOB_Handle hObj, I32 Pos); // Sets position of the knob in tenth of degree
KNOB.h:105
void KNOB_SetRange (KNOB_Handle hObj, I32 MinRange, I32 MaxRange); // Sets the usable range of the knob widget
KNOB.h:106
void KNOB_SetSnap (KNOB_Handle hObj, I32 Snap); // Sets Snap positions where the knob stops
KNOB.h:107
void KNOB_SetTickSize(KNOB_Handle hObj, I32 TickSize); // Sets the ticksize, in 1/10 of degree
LCD.h:319
typedef I32 tLCDDEV_GetDevProp (int Index);
LCD.h:406
LCD.h:407
LCD.h:629
I32 LCD_GetDevCap (int Index);
LCD.h:630
SEGGER.h:153
int (*pfPrintInt) (SEGGER_BUFFER_DESC* pBufferDesc, SEGGER_SNPRINTF_CONTEXT* pContext, I32 v, unsigned Base, char Flags, int Width, int Precision);
SEGGER.h:177
SPINBOX.h:156
SPINBOX.h:163
SPINBOX.h:167
TEXT.h:131
WM.h:181
I32 FactorMin; // Minimum factor to be used (<< 16)
WM.h:182
I32 FactorMax; // Maximum factor to be used (<< 16)
WM.h:187
I32 Factor0; // Primary factor when starting zoom gesture (<< 16)
WM.h:197
I32 Angle; // Angle between the touch points
WM.h:198
I32 Factor; // Current zoom factor
WM.h:502
WM.h:503
WM.h:507
WM.h:508
WM.h:510
WM.h:512