STM32412G-Discovery BSP User Manual: STM32412G Discovery TS Private Variables

STM32412G-Discovery BSP Drivers

STM32412G-Discovery BSP User Manual
STM32412G Discovery TS Private Variables

Variables

static TS_DrvTypeDef * tsDriver
static uint8_t I2C_Address = 0
static uint8_t tsOrientation = TS_SWAP_NONE
char * ts_event_string_tab [TOUCH_EVENT_NB_MAX]
 Table for touchscreen event information display on LCD : table indexed on enum TS_TouchEventTypeDef information.
char * ts_gesture_id_string_tab [GEST_ID_NB_MAX]
 Table for touchscreen gesture Id information display on LCD : table indexed on enum TS_GestureIdTypeDef information.

Variable Documentation

uint8_t I2C_Address = 0 [static]

Definition at line 85 of file stm32412g_discovery_ts.c.

Referenced by BSP_TS_GetState(), BSP_TS_InitEx(), and BSP_TS_ITConfig().

Initial value:
 { "None",
                                                   "Press down",
                                                   "Lift up",
                                                   "Contact"
                                                  }

Table for touchscreen event information display on LCD : table indexed on enum TS_TouchEventTypeDef information.

Definition at line 89 of file stm32412g_discovery_ts.c.

Initial value:
 { "None",
                                                    "Move Up",
                                                    "Move Right",
                                                    "Move Down",
                                                    "Move Left",
                                                    "Zoom In",
                                                    "Zoom Out"
                                                  }

Table for touchscreen gesture Id information display on LCD : table indexed on enum TS_GestureIdTypeDef information.

Definition at line 96 of file stm32412g_discovery_ts.c.

TS_DrvTypeDef* tsDriver [static]

Definition at line 84 of file stm32412g_discovery_ts.c.

Referenced by BSP_TS_GetState(), BSP_TS_InitEx(), and BSP_TS_ITConfig().

uint8_t tsOrientation = TS_SWAP_NONE [static]

Definition at line 86 of file stm32412g_discovery_ts.c.

Referenced by BSP_TS_GetState(), and BSP_TS_InitEx().

Generated on Tue Jan 24 2017 11:28:06 for STM32412G-Discovery BSP User Manual by   doxygen 1.7.6.1