ESPHome  2024.4.1
Namespaces | Functions | Variables
tt21100.cpp File Reference

Go to the source code of this file.

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::tt21100
 

Functions

struct esphome::tt21100::TT21100ButtonReport esphome::tt21100::__attribute__ ((packed))
 

Variables

uint16_t length
 
uint8_t report_id
 
uint16_t timestamp
 
uint8_t btn_value
 
uint16_t btn_signal [MAX_BUTTONS]
 
uint8_t __pad0__
 
uint8_t touch_type
 
uint8_t tip
 
uint8_t event_id
 
uint8_t touch_id
 
uint16_t x
 
uint16_t y
 
uint8_t pressure
 
uint16_t major_axis_length
 
uint8_t orientation
 
uint8_t large_object
 
uint8_t record_num
 
uint8_t report_counter
 
uint8_t __pad1__
 
uint8_t noise_effect
 
TT21100TouchRecord touch_record [MAX_TOUCH_POINTS]
 

Variable Documentation

◆ __pad0__

uint8_t __pad0__

Definition at line 12 of file tt21100.cpp.

◆ __pad1__

uint8_t __pad1__

Definition at line 19 of file tt21100.cpp.

◆ btn_signal

uint16_t btn_signal[MAX_BUTTONS]

Definition at line 16 of file tt21100.cpp.

◆ btn_value

uint8_t btn_value

Definition at line 15 of file tt21100.cpp.

◆ event_id

uint8_t event_id

Definition at line 15 of file tt21100.cpp.

◆ large_object

uint8_t large_object

Definition at line 16 of file tt21100.cpp.

◆ length

uint16_t length

Definition at line 12 of file tt21100.cpp.

◆ major_axis_length

uint16_t major_axis_length

Definition at line 20 of file tt21100.cpp.

◆ noise_effect

uint8_t noise_effect

Definition at line 20 of file tt21100.cpp.

◆ orientation

uint8_t orientation

Definition at line 21 of file tt21100.cpp.

◆ pressure

uint8_t pressure

Definition at line 19 of file tt21100.cpp.

◆ record_num

uint8_t record_num

Definition at line 17 of file tt21100.cpp.

◆ report_counter

uint8_t report_counter

Definition at line 18 of file tt21100.cpp.

◆ report_id

uint8_t report_id

Definition at line 13 of file tt21100.cpp.

◆ timestamp

uint16_t timestamp

Definition at line 14 of file tt21100.cpp.

◆ tip

uint8_t tip

Definition at line 14 of file tt21100.cpp.

◆ touch_id

uint8_t touch_id

Definition at line 16 of file tt21100.cpp.

◆ touch_record

TT21100TouchRecord touch_record[MAX_TOUCH_POINTS]

Definition at line 21 of file tt21100.cpp.

◆ touch_type

uint8_t touch_type

Definition at line 13 of file tt21100.cpp.

◆ x

uint16_t x

Definition at line 17 of file tt21100.cpp.

◆ y

uint16_t y

Definition at line 18 of file tt21100.cpp.