STM32_USB_Device_Library
USBD_AUDIO_ControlTypeDef
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_ControlTypeDef
USBD_AUDIO_ControlTypeDef struct
Syntax
Show:
Summary
Declaration
from
usbd_audio.h:141
typedef
struct
{
uint8_t
cmd
;
uint8_t
data
[
USB_MAX_EP0_SIZE
]
;
uint8_t
len
;
uint8_t
unit
;
}
USBD_AUDIO_ControlTypeDef
;
Fields
Field
Declared as
USBD_AUDIO_ControlTypeDef::cmd
uint8_t
USBD_AUDIO_ControlTypeDef::data
uint8_t
[
USB_MAX_EP0_SIZE
]
USBD_AUDIO_ControlTypeDef::len
uint8_t
USBD_AUDIO_ControlTypeDef::unit
uint8_t
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