libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
usb_audio_format_type1_descriptor_head Struct Reference

#include <audio.h>

Data Fields

uint8_t bLength
 
uint8_t bDescriptorType
 
uint8_t bDescriptorSubtype
 
uint8_t bFormatType
 
uint8_t bNrChannels
 
uint8_t bSubFrameSize
 
uint8_t bBitResolution
 
uint8_t bSamFreqType
 

Detailed Description

Definition at line 197 of file audio.h.

Field Documentation

◆ bBitResolution

uint8_t usb_audio_format_type1_descriptor_head::bBitResolution

Definition at line 204 of file audio.h.

◆ bDescriptorSubtype

uint8_t usb_audio_format_type1_descriptor_head::bDescriptorSubtype

Definition at line 200 of file audio.h.

◆ bDescriptorType

uint8_t usb_audio_format_type1_descriptor_head::bDescriptorType

Definition at line 199 of file audio.h.

◆ bFormatType

uint8_t usb_audio_format_type1_descriptor_head::bFormatType

Definition at line 201 of file audio.h.

◆ bLength

uint8_t usb_audio_format_type1_descriptor_head::bLength

Definition at line 198 of file audio.h.

◆ bNrChannels

uint8_t usb_audio_format_type1_descriptor_head::bNrChannels

Definition at line 202 of file audio.h.

◆ bSamFreqType

uint8_t usb_audio_format_type1_descriptor_head::bSamFreqType

Definition at line 205 of file audio.h.

◆ bSubFrameSize

uint8_t usb_audio_format_type1_descriptor_head::bSubFrameSize

Definition at line 203 of file audio.h.


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