Loading...
Searching...
No Matches
touch_dev_reg Struct Reference

Touch dev registry entry. More...

Detailed Description

Touch dev registry entry.

Definition at line 123 of file touch_dev.h.

#include <touch_dev.h>

Data Fields

struct touch_dev_regnext
 pointer to the next touch device in the list
 
touch_dev_tdev
 pointer to the device descriptor
 
uint8_t screen_id
 id of the screen this touch device is attached to
 

Field Documentation

◆ dev

touch_dev_t* touch_dev_reg::dev

pointer to the device descriptor

Definition at line 125 of file touch_dev.h.

◆ next

struct touch_dev_reg* touch_dev_reg::next

pointer to the next touch device in the list

Definition at line 124 of file touch_dev.h.

◆ screen_id

uint8_t touch_dev_reg::screen_id

id of the screen this touch device is attached to

Definition at line 126 of file touch_dev.h.


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