#include <host_hid.h>
Definition at line 64 of file host_hid.h.
Data Fields | |
union { | |
struct { | |
const void * data | |
U8 size | |
} long_data | |
hid_short_item_data_t short_data | |
}; | |
Bool | long_format |
U8 | tag |
U8 | type |
union { ... } |
const void* host_hid_item_t::data |
Definition at line 75 of file host_hid.h.
struct { ... } host_hid_item_t::long_data |
Referenced by host_hid_get_item().
Definition at line 74 of file host_hid.h.