Searched defs:mxt_object (Results 1 – 1 of 1) sorted by relevance
104 struct mxt_object { struct105 uint8_t type; /* object type */106 uint8_t start_pos_lsb; /* start address of config structure */107 uint8_t start_pos_msb; /* start address of config structure */108 uint8_t size_minus_one; /* size of config - 1 */109 uint8_t instances_minus_one; /* #of instances of object - 1 */110 uint8_t num_report_ids; /* max# of touches, sliders, buts, etc*/