arduino-audio-tools
Loading...
Searching...
No Matches
Public Attributes | List of all members
UsbInterfaceDescriptorView Struct Reference

Backend-agnostic mirror of tusb_desc_interface_t — only the fields the UAC2 driver reads (USB 2.0 spec Table 9-12). More...

#include <USBAudioBackend.h>

Public Attributes

uint8_t bAlternateSetting = 0
 
uint8_t bInterfaceClass = 0
 
uint8_t bInterfaceNumber = 0
 
uint8_t bInterfaceProtocol = 0
 
uint8_t bInterfaceSubClass = 0
 
uint8_t bNumEndpoints = 0
 

Detailed Description

Backend-agnostic mirror of tusb_desc_interface_t — only the fields the UAC2 driver reads (USB 2.0 spec Table 9-12).

Member Data Documentation

◆ bAlternateSetting

uint8_t bAlternateSetting = 0

◆ bInterfaceClass

uint8_t bInterfaceClass = 0

◆ bInterfaceNumber

uint8_t bInterfaceNumber = 0

◆ bInterfaceProtocol

uint8_t bInterfaceProtocol = 0

◆ bInterfaceSubClass

uint8_t bInterfaceSubClass = 0

◆ bNumEndpoints

uint8_t bNumEndpoints = 0

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