ATAVRQTOUCHX Atmel, ATAVRQTOUCHX Datasheet - Page 156

BOARD EVAL CAPACITIVE TOUCH

ATAVRQTOUCHX

Manufacturer Part Number
ATAVRQTOUCHX
Description
BOARD EVAL CAPACITIVE TOUCH
Manufacturer
Atmel
Series
QTouch™r
Datasheets

Specifications of ATAVRQTOUCHX

Sensor Type
Touch, Capacitive
Sensing Range
1 Slider, 1 Wheel, 2 Buttons
Interface
USB
Voltage - Supply
5V, USB
Embedded
Yes, MCU, 8-Bit
Utilized Ic / Part
AT90USB1287, ATxmega128A1
Silicon Manufacturer
Atmel
Silicon Family Name
ATxmega
Kit Contents
Board
Svhc
No SVHC (15-Dec-2010)
Core Architecture
AVR
Core Sub-architecture
AVR19
Kit Features
One Slider, One Wheel And 2
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Sensitivity
-
Lead Free Status / Rohs Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ATAVRQTOUCHX
Manufacturer:
Atmel
Quantity:
135
6.3.18.1.2 touch_at_sensor_enable
Arguments
6.3.18.1.3 touch_at_sensor_disable
Arguments
void
(*touch_at_status_change_interrupt_
callback) (touch_at_status
*p_at_status)
void
6.3.18.1.4 touch_at_sensor_update_config
Arguments
p_at_param
156
This API initializes the touch library Autonomous touch sensor. This API has to be called
before calling any other Autonomous touch API function.
Based on the input parameters, the CAT module is initialized with Autonomous Sensor
Pin and Register configuration.
The General configuration data provided by the p_general_config pointer is common to
both QMatrix, QTouch Group A, QTouch Group B and Autonomous Touch sensors.
touch_ret_t touch_at_sensor_enable( void)
This API enables the autonomous touch sensor and initiates continuous Touch
measurement on the Autonomous QTouch sensor.
When there is a change in the autonomous QTouch sensor status, the callback function
as specified in touch_at_status_change_interrupt_callback will be called. The callback
function lets the user know whether the autonomous QTouch sensor is currently in touch
or out of touch.
Note that this callback function will be called from an interrupt service routine. Hence it is
recommended to have as minimal code as possible in the callback function.
This API should be called only after touch_at_sensor_init API is called.
touch_ret_t touch_at_sensor_disable( void)
This API disables the Touch measurement on the Autonomous QTouch sensor. The
status change callback function is not called when the Sensor is disabled.
touch_ret_t touch_at_sensor_update_config( touch_at_param_t *p_at_param )
Type
touch_at_param_t*
configuration structure must be non-NULL.
Comment
Pointer to autonomous QTouch sensor configuration
structure.
Type
void
(*touch_at_status_change_interrupt
_callback) (touch_at_status
*p_at_status)
Type
-
Comment
8207J-AT42-02/11
Comment
Autonomous
QTouch Callback
function.

Related parts for ATAVRQTOUCHX