Solar panel
Loading...
Searching...
No Matches
ft5xx6_t Struct Reference

FT5xx6 Context Object. More...

#include <ft5xx6.h>

Public Attributes

i2c_master_t i2c
 
digital_in_t int_pin
 
const ft5xx6_controller_tcontroller
 
tp_event_t press_det
 
tp_touch_item_t touch
 
tp_event_t gesture
 

Detailed Description

FT5xx6 Context Object.

Context object definition for FT5xx6 series touch controllers.

Definition at line 584 of file ft5xx6.h.

Member Data Documentation

◆ controller

const ft5xx6_controller_t* ft5xx6_t::controller

Touch controller descriptor.

Definition at line 590 of file ft5xx6.h.

◆ gesture

tp_event_t ft5xx6_t::gesture

Gesture event.

Definition at line 594 of file ft5xx6.h.

◆ i2c

i2c_master_t ft5xx6_t::i2c

Communication module object.

Definition at line 586 of file ft5xx6.h.

◆ int_pin

digital_in_t ft5xx6_t::int_pin

Interrupt pin object.

Definition at line 588 of file ft5xx6.h.

◆ press_det

tp_event_t ft5xx6_t::press_det

Touch pressure event.

Definition at line 592 of file ft5xx6.h.

◆ touch

tp_touch_item_t ft5xx6_t::touch

Touch item.

Definition at line 593 of file ft5xx6.h.


The documentation for this struct was generated from the following file: