USBUS string type.
More...
USBUS string type.
Definition at line 209 of file usbus.h.
#include <usbus.h>
|
| struct usbus_string * | next |
| | Ptr to the next registered string.
|
| |
| const char * | str |
| | C string to use as content.
|
| |
| uint16_t | idx |
| | USB string index.
|
| |
◆ idx
| uint16_t usbus_string::idx |
USB string index.
Definition at line 212 of file usbus.h.
◆ next
Ptr to the next registered string.
Definition at line 210 of file usbus.h.
◆ str
| const char* usbus_string::str |
C string to use as content.
Definition at line 211 of file usbus.h.
The documentation for this struct was generated from the following file: