ATAVRTS2080B Atmel, ATAVRTS2080B Datasheet - Page 147

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.17.1.4 touch_qm_sensor_get_config
Arguments
Arguments
sensor_id
p_touch_sensor_param
sensor_id
p_touch_sensor_param
6.3.17.1.5 touch_qm_channel_udpate_burstlen
Arguments
channel
qm_burst_length
This API updates the configuration of a QMatrix sensor with values different from the
ones initialized by the touch_qm_sensor_config API. If the sensor was not configured
already, the API will return error.
The user must populate the structure pointed by p_touch_sensor_param with required
settings before calling this API.
touch_ret_t touch_qm_sensor_get_config(
This API copies the current configuration of a QMatrix sensor into the user configuration
structure.
touch_ret_t touch_qm_channel_udpate _burstlen(
This API updates the burst length of the specified QMatrix channel
This API can also be used to disable Touch measurement on a Sensor.
In order to disable a Sensor, the burst length value of all the channels corresponding to
the Sensor must be set to 1. A Sensor can then be re-enabled by setting the appropriate
burst length for all channels using this API.
Type
uint8_t
touch_bl_t
Type
sensor_id_t
touch_qm_param_t*
Type
sensor_id_t
touch_sensor_param_t*
Comment
Channel number for which the burst length is to be set.
QMatrix burst length. The burst length value can be 1 to
sensor_id_t sensor_id,
touch_qm_param_t *p_touch_sensor_param)
sensor_id_t sensor_id,
touch_qm_param_t *p_touch_sensor_param)
channel_t channel,
touch_bl_t qm_burst_length)
255. A value of 1 can be used to disable bursting on
a given channel.
Pointer to the user sensor configuration
Comment
Sensor ID for which the configuration
Comment
Sensor ID for which the configuration
Pointer to the user sensor configuration
needs to be updated.
structure.
needs to be updated.
structure.
147

Related parts for ATAVRTS2080B