STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
ts.h
Go to the documentation of this file.
1 
38 /* Define to prevent recursive inclusion -------------------------------------*/
39 #ifndef __TS_H
40 #define __TS_H
41 
42 #ifdef __cplusplus
43  extern "C" {
44 #endif
45 
46 /* Includes ------------------------------------------------------------------*/
47 #include <stdint.h>
48 
68 typedef struct
69 {
70  void (*Init)(uint16_t);
71  uint16_t (*ReadID)(uint16_t);
72  void (*Reset)(uint16_t);
73  void (*Start)(uint16_t);
74  uint8_t (*DetectTouch)(uint16_t);
75  void (*GetXY)(uint16_t, uint16_t*, uint16_t*);
76  void (*EnableIT)(uint16_t);
77  void (*ClearIT)(uint16_t);
78  uint8_t (*GetITStatus)(uint16_t);
79  void (*DisableIT)(uint16_t);
101 #ifdef __cplusplus
102 }
103 #endif
104 
105 #endif /* __TS_H */
106 
107 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/