STM32L4R9I-Discovery BSP User Manual: Exported Constants

STM32L4R9I-Discovery BSP

STM32L4R9I-Discovery BSP User Manual
Exported Constants

Defines

#define TS_MAX_NB_TOUCH   ((uint32_t) FT3X67_MAX_DETECTABLE_TOUCH)
 With FT3X67 : maximum 2 touches detected simultaneously.
#define TS_NO_IRQ_PENDING   ((uint8_t) 0)
#define TS_IRQ_PENDING   ((uint8_t) 1)
#define TS_SWAP_NONE   ((uint8_t) 0x01)
#define TS_SWAP_X   ((uint8_t) 0x02)
#define TS_SWAP_Y   ((uint8_t) 0x04)
#define TS_SWAP_XY   ((uint8_t) 0x08)
#define TS_ORIENTATION_PORTRAIT   ((uint8_t) 0)
#define TS_ORIENTATION_LANDSCAPE   ((uint8_t) 1)

Define Documentation

#define TS_IRQ_PENDING   ((uint8_t) 1)

Definition at line 73 of file stm32l4r9i_discovery_ts.h.

#define TS_MAX_NB_TOUCH   ((uint32_t) FT3X67_MAX_DETECTABLE_TOUCH)

With FT3X67 : maximum 2 touches detected simultaneously.

Definition at line 70 of file stm32l4r9i_discovery_ts.h.

Referenced by BSP_TS_GetState(), and BSP_TS_ResetTouchData().

#define TS_NO_IRQ_PENDING   ((uint8_t) 0)

Definition at line 72 of file stm32l4r9i_discovery_ts.h.

#define TS_ORIENTATION_LANDSCAPE   ((uint8_t) 1)

Definition at line 81 of file stm32l4r9i_discovery_ts.h.

#define TS_ORIENTATION_PORTRAIT   ((uint8_t) 0)

Definition at line 80 of file stm32l4r9i_discovery_ts.h.

#define TS_SWAP_NONE   ((uint8_t) 0x01)

Definition at line 75 of file stm32l4r9i_discovery_ts.h.

#define TS_SWAP_X   ((uint8_t) 0x02)

Definition at line 76 of file stm32l4r9i_discovery_ts.h.

#define TS_SWAP_XY   ((uint8_t) 0x08)

Definition at line 78 of file stm32l4r9i_discovery_ts.h.

#define TS_SWAP_Y   ((uint8_t) 0x04)

Definition at line 77 of file stm32l4r9i_discovery_ts.h.

Generated on Fri Oct 13 2017 02:37:42 for STM32L4R9I-Discovery BSP User Manual by   doxygen 1.7.6.1