53 #define d4dtch_template_ID 1
58 #if (D4D_MK_STR(D4D_LLD_TCH) == d4dtch_template_ID)
71 static unsigned char D4DTCH_Init_Template(
void);
72 static unsigned char D4DTCH_DeInit_Template(
void);
74 static unsigned char D4DTCH_GetPositionRaw_Template(
unsigned short *TouchPositionX,
75 unsigned short *TouchPositionY);
89 D4DTCH_GetPositionRaw_Template,
90 D4DTCH_GetRawLimits_Template,
91 D4DTCH_DeInit_Template
118 static unsigned char D4DTCH_Init_Template(
void)
128 static unsigned char D4DTCH_DeInit_Template(
void)
150 static unsigned char D4DTCH_GetPositionRaw_Template (
unsigned short *TouchPositionX,
151 unsigned short *TouchPositionY)
153 (void)TouchPositionX;
154 (void)TouchPositionY;
161 #endif //(D4D_MK_STR(D4D_LLD_TCH) == d4dtch_template_ID)
D4D low level touch screen interface API structure.
D4D Driver main header file.
D4D Driver private header file.
D4D low level touch screen limitation structure.
D4D driver - template touch screen driver function header file.
#define NULL
Type definition of null pointer.
D4D driver - resistive touch screen driver function header file.