STM32_USB_Device_Library
USBD_AUDIO_HandleTypeDef
is only used within STM32_USB_Device_Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32_USB_Device_Library
USBD_AUDIO_HandleTypeDef
USBD_AUDIO_HandleTypeDef struct
Syntax
Show:
Summary
Declaration
from
usbd_audio.h:150
typedef
struct
{
uint32_t
alt_setting
;
uint8_t
buffer
[
AUDIO_TOTAL_BUF_SIZE
]
;
AUDIO_OffsetTypeDef
offset
;
uint8_t
rd_enable
;
uint16_t
rd_ptr
;
uint16_t
wr_ptr
;
USBD_AUDIO_ControlTypeDef
control
;
}
USBD_AUDIO_HandleTypeDef
;
Fields
Field
Declared as
USBD_AUDIO_HandleTypeDef::alt_setting
uint32_t
USBD_AUDIO_HandleTypeDef::buffer
uint8_t
[
AUDIO_TOTAL_BUF_SIZE
]
USBD_AUDIO_HandleTypeDef::offset
AUDIO_OffsetTypeDef
USBD_AUDIO_HandleTypeDef::rd_enable
uint8_t
USBD_AUDIO_HandleTypeDef::rd_ptr
uint16_t
USBD_AUDIO_HandleTypeDef::wr_ptr
uint16_t
USBD_AUDIO_HandleTypeDef::control
USBD_AUDIO_ControlTypeDef
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out