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

usbi_string_desc_buf union

Syntax

union usbi_string_desc_buf {         struct usbi_string_descriptor desc;         uint8_t buf[255];                uint16_t align;          };

Fields

desc

No summary provided. Read more...

buf

No summary provided. Read more...

align

No summary provided. Read more...

References

LocationText
libusbi.h:716
union usbi_string_desc_buf {