#include <usb2_hid.h>

Data Fields | |
| int32_t | _usage_page |
| int32_t | logical_minimum |
| int32_t | logical_maximum |
| int32_t | physical_minimum |
| int32_t | physical_maximum |
| int32_t | unit_exponent |
| int32_t | unit |
| int32_t | report_ID |
| int32_t | usage |
| int32_t | usage_minimum |
| int32_t | usage_maximum |
| int32_t | designator_index |
| int32_t | designator_minimum |
| int32_t | designator_maximum |
| int32_t | string_index |
| int32_t | string_minimum |
| int32_t | string_maximum |
| int32_t | set_delimiter |
| int32_t | collection |
| int | collevel |
| enum hid_kind | kind |
| uint32_t | flags |
| struct hid_location | loc |
| struct hid_item * | next |
Definition at line 45 of file usb2_hid.h.
| int32_t hid_item::_usage_page |
| int32_t hid_item::collection |
| int32_t hid_item::designator_index |
| int32_t hid_item::designator_maximum |
| int32_t hid_item::designator_minimum |
| uint32_t hid_item::flags |
| enum hid_kind hid_item::kind |
Definition at line 69 of file usb2_hid.h.
Referenced by hid_get_item(), hid_is_collection(), hid_locate(), and hid_report_size().
struct hid_location hid_item::loc [read] |
Definition at line 72 of file usb2_hid.h.
Referenced by hid_get_item(), hid_locate(), and hid_report_size().
| int32_t hid_item::logical_maximum |
| int32_t hid_item::logical_minimum |
struct hid_item* hid_item::next [read] |
| int32_t hid_item::physical_maximum |
| int32_t hid_item::physical_minimum |
| int32_t hid_item::report_ID |
| int32_t hid_item::set_delimiter |
| int32_t hid_item::string_index |
| int32_t hid_item::string_maximum |
| int32_t hid_item::string_minimum |
| int32_t hid_item::unit |
| int32_t hid_item::unit_exponent |
| int32_t hid_item::usage |
Definition at line 56 of file usb2_hid.h.
Referenced by hid_clear_local(), hid_get_item(), hid_is_collection(), and hid_locate().
| int32_t hid_item::usage_maximum |
| int32_t hid_item::usage_minimum |
1.5.8