hid_device_ is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

hid_device_ struct

Syntax

struct hid_device_ {         HANDLE device_handle;         BOOL blocking;         USHORT output_report_length;         size_t input_report_length;         void *last_error_str;         DWORD last_error_num;         BOOL read_pending;         char *read_buf;         OVERLAPPED ol; };

Fields

device_handle

No summary provided. Read more...

blocking

No summary provided. Read more...

output_report_length

No summary provided. Read more...

input_report_length

No summary provided. Read more...

last_error_str

No summary provided. Read more...

last_error_num

No summary provided. Read more...

read_pending

No summary provided. Read more...

read_buf

No summary provided. Read more...

ol

No summary provided. Read more...

References

LocationText
hid.c:134
struct hid_device_ {