#include <hidtypes.h>
Data Fields | |
size_t | bit_length |
Bit length of the report. | |
size_t | item_length |
Number of items in report. | |
link_t | link |
Linked list of descriptions. | |
uint8_t | report_id |
Report id. | |
link_t | report_items |
Linked list of report items in report. | |
usb_hid_report_type_t | type |
Type of report. |
Definition at line 118 of file hidtypes.h.
uint8_t report_id |