aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/ads7843e.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-27 19:26:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-27 19:26:18 +0000
commit7dc357a4e6e33773044b59b75d585f672f9649f8 (patch)
tree08a035106ec09980447b03809137a5e01c9a4b2c /nuttx/drivers/input/ads7843e.h
parentc3bc22f07cb203c5a577b80467c8469d2a5ae9cb (diff)
downloadpx4-firmware-7dc357a4e6e33773044b59b75d585f672f9649f8.tar.gz
px4-firmware-7dc357a4e6e33773044b59b75d585f672f9649f8.tar.bz2
px4-firmware-7dc357a4e6e33773044b59b75d585f672f9649f8.zip
STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controller
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5199 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/input/ads7843e.h')
-rw-r--r--nuttx/drivers/input/ads7843e.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/drivers/input/ads7843e.h b/nuttx/drivers/input/ads7843e.h
index 43b79c7b7..6fd70d98b 100644
--- a/nuttx/drivers/input/ads7843e.h
+++ b/nuttx/drivers/input/ads7843e.h
@@ -139,6 +139,8 @@ struct ads7843e_dev_s
uint8_t nwaiters; /* Number of threads waiting for ADS7843E data */
uint8_t id; /* Current touch point ID */
volatile bool penchange; /* An unreported event is buffered */
+ uint16_t threshx; /* Thresholding X value */
+ uint16_t threshy; /* Thresholding Y value */
sem_t devsem; /* Manages exclusive access to this structure */
sem_t waitsem; /* Used to wait for the availability of data */