Loading...
Searching...
No Matches
usbus_string Struct Reference

USBUS string type. More...

Detailed Description

USBUS string type.

Definition at line 210 of file usbus.h.

#include <usbus.h>

Data Fields

struct usbus_stringnext
 Ptr to the next registered string.
 
const char * str
 C string to use as content

 
uint16_t idx
 USB string index

 

Field Documentation

◆ idx

uint16_t usbus_string::idx

USB string index

Definition at line 213 of file usbus.h.

◆ next

struct usbus_string* usbus_string::next

Ptr to the next registered string.

Definition at line 211 of file usbus.h.

◆ str

const char* usbus_string::str

C string to use as content

Definition at line 212 of file usbus.h.


The documentation for this struct was generated from the following file: