Loading...
Searching...
No Matches
usbus_interface_alt Struct Reference

USBUS interface alternative setting. More...

Detailed Description

USBUS interface alternative setting.

Used for specifying alternative interfaces for an usbus_interface_t

Definition at line 341 of file usbus.h.

#include <usbus.h>

Data Fields

struct usbus_interface_altnext
 Next alternative setting.
 
usbus_descr_gen_tdescr_gen
 Linked list of optional additional descriptor generators.
 
usbus_endpoint_tep
 List of associated endpoints for this alternative setting.
 
usbus_string_tdescr
 Descriptor string.
 

Field Documentation

◆ descr

usbus_string_t* usbus_interface_alt::descr

Descriptor string.

Definition at line 347 of file usbus.h.

◆ descr_gen

usbus_descr_gen_t* usbus_interface_alt::descr_gen

Linked list of optional additional descriptor generators.

Definition at line 343 of file usbus.h.

◆ ep

usbus_endpoint_t* usbus_interface_alt::ep

List of associated endpoints for this alternative setting.

Definition at line 345 of file usbus.h.

◆ next

struct usbus_interface_alt* usbus_interface_alt::next

Next alternative setting.

Definition at line 342 of file usbus.h.


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