This section lists the type definitions used in the library.
|
Typedef |
Notes |
|---|---|
|
uint8_t |
unsigned 8-bit integer. |
|
int8_t |
signed 8 bit integer. |
|
uint16_t |
unsigned 16-bit integer. |
|
int16_t |
signed 16-bit integer. |
|
uint32_t |
unsigned 32 bit integer. |
|
int32_t |
signed 32 bit integer. |
|
channel_t |
unsigned 8 bit integer that represents the channel number, starts from 0. |
|
threshold_t |
unsigned 8 bit integer to set sensor detection threshold. |
|
sensor_id_t |
unsigned 8 bit integer that represents the sensor ID, starts from 0. |
|
touch_time_t |
unsigned 16 bit integer that represents current time maintained by the library. |
|
touch_bl_t |
unsigned 8 bit integer that represents the burst length of a QMatrix channel. |
|
touch_delta_t |
signed 16 bit integer that represents the delta value of a channel. |
|
touch_acq_status_t |
unsigned 16 bit Status of Touch measurement. |
|
touch_qt_grp_t |
unsigned 8 bit QTouch Group type. |
|
touch_qt_dma_t |
unsigned 8 bit QTouch Group A/ Group B DMA channel type. |