Select one of the symbols to view example projects that use it.
 
Outline
#define __USB_AUDIO_H
#include "usbd_ioreq.h"
#define USBD_AUDIO_FREQ
#define USBD_MAX_NUM_INTERFACES
#define AUDIO_HS_BINTERVAL
#define AUDIO_FS_BINTERVAL
#define AUDIO_OUT_EP
#define USB_AUDIO_CONFIG_DESC_SIZ
#define AUDIO_INTERFACE_DESC_SIZE
#define USB_AUDIO_DESC_SIZ
#define AUDIO_STANDARD_ENDPOINT_DESC_SIZE
#define AUDIO_STREAMING_ENDPOINT_DESC_SIZE
#define AUDIO_DESCRIPTOR_TYPE
#define USB_DEVICE_CLASS_AUDIO
#define AUDIO_SUBCLASS_AUDIOCONTROL
#define AUDIO_SUBCLASS_AUDIOSTREAMING
#define AUDIO_PROTOCOL_UNDEFINED
#define AUDIO_STREAMING_GENERAL
#define AUDIO_STREAMING_FORMAT_TYPE
#define AUDIO_INTERFACE_DESCRIPTOR_TYPE
#define AUDIO_ENDPOINT_DESCRIPTOR_TYPE
#define AUDIO_CONTROL_HEADER
#define AUDIO_CONTROL_INPUT_TERMINAL
#define AUDIO_CONTROL_OUTPUT_TERMINAL
#define AUDIO_CONTROL_FEATURE_UNIT
#define AUDIO_INPUT_TERMINAL_DESC_SIZE
#define AUDIO_OUTPUT_TERMINAL_DESC_SIZE
#define AUDIO_STREAMING_INTERFACE_DESC_SIZE
#define AUDIO_CONTROL_MUTE
#define AUDIO_FORMAT_TYPE_I
#define AUDIO_FORMAT_TYPE_III
#define AUDIO_ENDPOINT_GENERAL
#define AUDIO_REQ_GET_CUR
#define AUDIO_REQ_SET_CUR
#define AUDIO_OUT_STREAMING_CTRL
#define AUDIO_OUT_TC
#define AUDIO_IN_TC
#define AUDIO_OUT_PACKET
#define AUDIO_DEFAULT_VOLUME
#define AUDIO_OUT_PACKET_NUM
#define AUDIO_TOTAL_BUF_SIZE
AUDIO_CMD_TypeDef
AUDIO_OffsetTypeDef
USBD_AUDIO_ControlTypeDef
USBD_AUDIO_HandleTypeDef
USBD_AUDIO_ItfTypeDef
USBD_SpeakerIfDescTypeDef
USBD_SpeakerInDescTypeDef
USBD_SpeakerFeatureDescTypeDef
USBD_SpeakerOutDescTypeDef
USBD_SpeakerStreamIfDescTypeDef
USBD_SpeakerIIIFormatIfDescTypeDef
USBD_SpeakerEndDescTypeDef
USBD_SpeakerEndStDescTypeDef
USBD_AUDIO;
#define USBD_AUDIO_CLASS
USBD_AUDIO_RegisterInterface(USBD_HandleTypeDef *, USBD_AUDIO_ItfTypeDef *);
USBD_AUDIO_Sync(USBD_HandleTypeDef *, AUDIO_OffsetTypeDef);
Files
loading...
SourceVuSTM32 Libraries and SamplesSTM32_USB_Device_LibraryClass/AUDIO/Inc/usbd_audio.h
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/** ****************************************************************************** * @file usbd_audio.h * @author MCD Application Team * @brief header file for the usbd_audio.c file. ****************************************************************************** * @attention * * Copyright (c) 2015 STMicroelectronics. * All rights reserved. * * This software is licensed under terms that can be found in the LICENSE file * in the root directory of this software component. * If no LICENSE file comes with this software, it is provided AS-IS. * ****************************************************************************** *//* ... */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __USB_AUDIO_H #define __USB_AUDIO_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "usbd_ioreq.h" /** @addtogroup STM32_USB_DEVICE_LIBRARY * @{ *//* ... */ /** @defgroup USBD_AUDIO * @brief This file is the Header file for usbd_audio.c * @{ *//* ... */ /** @defgroup USBD_AUDIO_Exported_Defines * @{ *//* ... */ #ifndef USBD_AUDIO_FREQ /* AUDIO Class Config */ #define USBD_AUDIO_FREQ 48000U /* ... */#endif /* USBD_AUDIO_FREQ */ #ifndef USBD_MAX_NUM_INTERFACES #define USBD_MAX_NUM_INTERFACES 1U #endif /* USBD_AUDIO_FREQ */ #ifndef AUDIO_HS_BINTERVAL #define AUDIO_HS_BINTERVAL 0x01U #endif /* AUDIO_HS_BINTERVAL */ #ifndef AUDIO_FS_BINTERVAL #define AUDIO_FS_BINTERVAL 0x01U #endif /* AUDIO_FS_BINTERVAL */ #ifndef AUDIO_OUT_EP #define AUDIO_OUT_EP 0x01U #endif /* AUDIO_OUT_EP */ #define USB_AUDIO_CONFIG_DESC_SIZ 0x6DU #define AUDIO_INTERFACE_DESC_SIZE 0x09U #define USB_AUDIO_DESC_SIZ 0x09U #define AUDIO_STANDARD_ENDPOINT_DESC_SIZE 0x09U #define AUDIO_STREAMING_ENDPOINT_DESC_SIZE 0x07U #define AUDIO_DESCRIPTOR_TYPE 0x21U #define USB_DEVICE_CLASS_AUDIO 0x01U #define AUDIO_SUBCLASS_AUDIOCONTROL 0x01U #define AUDIO_SUBCLASS_AUDIOSTREAMING 0x02U #define AUDIO_PROTOCOL_UNDEFINED 0x00U #define AUDIO_STREAMING_GENERAL 0x01U #define AUDIO_STREAMING_FORMAT_TYPE 0x02U /* Audio Descriptor Types */ #define AUDIO_INTERFACE_DESCRIPTOR_TYPE 0x24U #define AUDIO_ENDPOINT_DESCRIPTOR_TYPE 0x25U /* Audio Control Interface Descriptor Subtypes */ #define AUDIO_CONTROL_HEADER 0x01U #define AUDIO_CONTROL_INPUT_TERMINAL 0x02U #define AUDIO_CONTROL_OUTPUT_TERMINAL 0x03U #define AUDIO_CONTROL_FEATURE_UNIT 0x06U #define AUDIO_INPUT_TERMINAL_DESC_SIZE 0x0CU #define AUDIO_OUTPUT_TERMINAL_DESC_SIZE 0x09U #define AUDIO_STREAMING_INTERFACE_DESC_SIZE 0x07U #define AUDIO_CONTROL_MUTE 0x0001U #define AUDIO_FORMAT_TYPE_I 0x01U #define AUDIO_FORMAT_TYPE_III 0x03U #define AUDIO_ENDPOINT_GENERAL 0x01U #define AUDIO_REQ_GET_CUR 0x81U #define AUDIO_REQ_SET_CUR 0x01U #define AUDIO_OUT_STREAMING_CTRL 0x02U #define AUDIO_OUT_TC 0x01U #define AUDIO_IN_TC 0x02U #define AUDIO_OUT_PACKET (uint16_t)(((USBD_AUDIO_FREQ * 2U * 2U) / 1000U)) #define AUDIO_DEFAULT_VOLUME 70U /* Number of sub-packets in the audio transfer buffer. You can modify this value but always make sure that it is an even number and higher than 3 *//* ... */ #define AUDIO_OUT_PACKET_NUM 80U /* Total size of the audio transfer buffer */ #define AUDIO_TOTAL_BUF_SIZE ((uint16_t)(AUDIO_OUT_PACKET * AUDIO_OUT_PACKET_NUM)) 34 defines /* Audio Commands enumeration */ typedef enum { AUDIO_CMD_START = 1, AUDIO_CMD_PLAY, AUDIO_CMD_STOP, ...} AUDIO_CMD_TypeDef; typedef enum { AUDIO_OFFSET_NONE = 0, AUDIO_OFFSET_HALF, AUDIO_OFFSET_FULL, AUDIO_OFFSET_UNKNOWN, ...} AUDIO_OffsetTypeDef; /** * @} *//* ... */ /** @defgroup USBD_CORE_Exported_TypesDefinitions * @{ *//* ... */ typedef struct { uint8_t cmd; uint8_t data[USB_MAX_EP0_SIZE]; uint8_t len; uint8_t unit; ...} USBD_AUDIO_ControlTypeDef; 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; typedef struct { int8_t (*Init)(uint32_t AudioFreq, uint32_t Volume, uint32_t options); int8_t (*DeInit)(uint32_t options); int8_t (*AudioCmd)(uint8_t *pbuf, uint32_t size, uint8_t cmd); int8_t (*VolumeCtl)(uint8_t vol); int8_t (*MuteCtl)(uint8_t cmd); int8_t (*PeriodicTC)(uint8_t *pbuf, uint32_t size, uint8_t cmd); int8_t (*GetState)(void); ...} USBD_AUDIO_ItfTypeDef; /* * Audio Class specification release 1.0 *//* ... */ /* Table 4-2: Class-Specific AC Interface Header Descriptor */ typedef struct { uint8_t bLength; uint8_t bDescriptorType; uint8_t bDescriptorSubtype; uint16_t bcdADC; uint16_t wTotalLength; uint8_t bInCollection; uint8_t baInterfaceNr; ...} __PACKED USBD_SpeakerIfDescTypeDef; /* Table 4-3: Input Terminal Descriptor */ typedef struct { uint8_t bLength; uint8_t bDescriptorType; uint8_t bDescriptorSubtype; uint8_t bTerminalID; uint16_t wTerminalType; uint8_t bAssocTerminal; uint8_t bNrChannels; uint16_t wChannelConfig; uint8_t iChannelNames; uint8_t iTerminal; ...} __PACKED USBD_SpeakerInDescTypeDef; /* USB Speaker Audio Feature Unit Descriptor */ typedef struct { uint8_t bLength; uint8_t bDescriptorType; uint8_t bDescriptorSubtype; uint8_t bUnitID; uint8_t bSourceID; uint8_t bControlSize; uint16_t bmaControls; uint8_t iTerminal; ...} __PACKED USBD_SpeakerFeatureDescTypeDef; /* Table 4-4: Output Terminal Descriptor */ typedef struct { uint8_t bLength; uint8_t bDescriptorType; uint8_t bDescriptorSubtype; uint8_t bTerminalID; uint16_t wTerminalType; uint8_t bAssocTerminal; uint8_t bSourceID; uint8_t iTerminal; ...} __PACKED USBD_SpeakerOutDescTypeDef; /* Table 4-19: Class-Specific AS Interface Descriptor */ typedef struct { uint8_t bLength; uint8_t bDescriptorType; uint8_t bDescriptorSubtype; uint8_t bTerminalLink; uint8_t bDelay; uint16_t wFormatTag; ...} __PACKED USBD_SpeakerStreamIfDescTypeDef; /* USB Speaker Audio Type III Format Interface Descriptor */ typedef struct { uint8_t bLength; uint8_t bDescriptorType; uint8_t bDescriptorSubtype; uint8_t bFormatType; uint8_t bNrChannels; uint8_t bSubFrameSize; uint8_t bBitResolution; uint8_t bSamFreqType; uint8_t tSamFreq2; uint8_t tSamFreq1; uint8_t tSamFreq0; ...} USBD_SpeakerIIIFormatIfDescTypeDef; /* Table 4-17: Standard AC Interrupt Endpoint Descriptor */ typedef struct { uint8_t bLength; uint8_t bDescriptorType; uint8_t bEndpointAddress; uint8_t bmAttributes; uint16_t wMaxPacketSize; uint8_t bInterval; uint8_t bRefresh; uint8_t bSynchAddress; ...} __PACKED USBD_SpeakerEndDescTypeDef; /* Table 4-21: Class-Specific AS Isochronous Audio Data Endpoint Descriptor */ typedef struct { uint8_t bLength; uint8_t bDescriptorType; uint8_t bDescriptor; uint8_t bmAttributes; uint8_t bLockDelayUnits; uint16_t wLockDelay; ...} __PACKED USBD_SpeakerEndStDescTypeDef; /** * @} *//* ... */ /** @defgroup USBD_CORE_Exported_Macros * @{ *//* ... */ /** * @} *//* ... */ /** @defgroup USBD_CORE_Exported_Variables * @{ *//* ... */ extern USBD_ClassTypeDef USBD_AUDIO; #define USBD_AUDIO_CLASS &USBD_AUDIO /** * @} *//* ... */ /** @defgroup USB_CORE_Exported_Functions * @{ *//* ... */ uint8_t USBD_AUDIO_RegisterInterface(USBD_HandleTypeDef *pdev, USBD_AUDIO_ItfTypeDef *fops); void USBD_AUDIO_Sync(USBD_HandleTypeDef *pdev, AUDIO_OffsetTypeDef offset); #ifdef USE_USBD_COMPOSITE uint32_t USBD_AUDIO_GetEpPcktSze(USBD_HandleTypeDef *pdev, uint8_t If, uint8_t Ep); #endif /* USE_USBD_COMPOSITE */ /** * @} *//* ... */ #ifdef __cplusplus }extern "C" { ... } #endif /* ... */ #endif /* __USB_AUDIO_H */ /** * @} *//* ... */ /** * @} *//* ... */
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.