ATAVRTS2080B Atmel, ATAVRTS2080B Datasheet - Page 156

BOARD EVAL FOR ATTINY88 LIBRARY

ATAVRTS2080B

Manufacturer Part Number
ATAVRTS2080B
Description
BOARD EVAL FOR ATTINY88 LIBRARY
Manufacturer
Atmel
Series
QTouch™r
Datasheets

Specifications of ATAVRTS2080B

Sensor Type
Touch, Capacitive
Sensing Range
1 Rotor, 1 Slider, and 2 Buttons/Keys
Interface
Application Programming Interface (API)
Voltage - Supply
1.8 V ~ 5.5 V
Embedded
Yes, MCU, 8-Bit
Utilized Ic / Part
ATtiny88
Tool Type
Development Kit
Cpu Core
AVR 8 / 32
Data Bus Width
8 bit
Core Architecture
AVR
Silicon Manufacturer
Atmel
Silicon Core Number
ATtiny88
Silicon Family Name
AVR
Kit Contents
Board CD Docs
Development Tool Type
Hardware / Software - Eval/Demo Board
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Sensitivity
-
Lead Free Status / Rohs Status
 Details
Other names
Q4359953
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 ATAVRTS2080B