Searched defs:hid_data_t (Results 1 – 1 of 1) sorted by relevance
99 struct hid_data_t struct101 int value; // hid对象的值102 struct hid_path_t path; // hid path104 int report_count; // count of reports for this usage type105 int offset; // offset of data in report106 int size; // size of data in bits108 uint8_t report_id; // report id(from incoming report)109 uint8_t type; // 数据类型:FEATURE / INPUT / OUTPUT110 …te; // report field attribute. (2 = (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position))134 struct hid_data_t data; // 存储当前的环境 argument