Searched defs:hid_parser (Results 1 – 1 of 1) sorted by relevance
126 struct hid_parser struct128 const uint8_t *report_desc; // 指向report descriptor的指针129 int report_desc_size; // report descriptor的大小(字节)130 int pos; // report_desc中,当前正在处理的位置131 uint8_t item; // 暂存当前的item132 uint32_t value; // 暂存当前的值134 struct hid_data_t data; // 存储当前的环境136 int offset_table[HID_MAX_REPORT][3]; // 存储 hid report的ID、type、offset137 int report_count; // hid report的数量138 int count; // local items的计数[all …]