U16P is only used within STemWin.
 
Symbols
loading...
Files
loading...

U16P macro

Syntax

#define U16P U16

References

LocationText
LCD.h:70
#define U16P U16 /* unsigned 16 bits OR MORE ! */
GUI_Private.h:280
int GUI_SIF__GetCharDistX (U16P c, int * pSizeX);
GUI_Private.h:283
const U8 * GUI_SIF__GetpCharInfo (const GUI_FONT * pFont, U16P c, unsigned SizeOfCharInfo);
GUI_Private.h:285
GUI_Private.h:288
GUI_Private.h:294
int GUI_XBF__GetCharDistX (U16P c, int * pSizeX);
GUI_Private.h:297
GUI_Private.h:413
GUI_Private.h:416
GUI_Type.h:91
U16P XSize;
GUI_Type.h:92
U16P YSize;
GUI_Type.h:93
GUI_Type.h:94
GUI_Type.h:190
U16P FirstChar;
GUI_Type.h:191
U16P LastChar;
GUI_Type.h:212
U16P First; /* First character */
GUI_Type.h:213
U16P Last; /* Last character */
GUI_Type.h:219
U16P First; /* First character */
GUI_Type.h:220
U16P Last; /* Last character */
GUI_Type.h:229
U16P FirstChar;
GUI_Type.h:230
U16P LastChar;
GUI_Type.h:297
typedef int GUI_GETCHARDISTX(U16P c, int * pSizeX);
GUI_Type.h:300
typedef int GUI_GETCHARINFO (U16P c, GUI_CHARINFO_EXT * pInfo);
GUI_Type.h:303
void GUI##Type##_DispChar (U16P c); \
GUI_Type.h:304
int GUI##Type##_GetCharDistX(U16P c, int * pSizeX); \
GUI_Type.h:307
int GUI##Type##_GetCharInfo (U16P c, GUI_CHARINFO_EXT * pInfo)