![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
header file for the usbd_audio.c file. More...
#include "usbd_ioreq.h"
Go to the source code of this file.
Data Structures | |
struct | USBD_AUDIO_ControlTypeDef |
struct | USBD_AUDIO_HandleTypeDef |
struct | USBD_AUDIO_ItfTypeDef |
Enumerations | |
enum | AUDIO_CMD_TypeDef { AUDIO_CMD_START = 1, AUDIO_CMD_PLAY, AUDIO_CMD_STOP } |
enum | AUDIO_OffsetTypeDef { AUDIO_OFFSET_NONE = 0, AUDIO_OFFSET_HALF, AUDIO_OFFSET_FULL, AUDIO_OFFSET_UNKNOWN } |
Functions | |
uint8_t | USBD_AUDIO_RegisterInterface (USBD_HandleTypeDef *pdev, USBD_AUDIO_ItfTypeDef *fops) |
USBD_AUDIO_RegisterInterface. More... | |
void | USBD_AUDIO_Sync (USBD_HandleTypeDef *pdev, AUDIO_OffsetTypeDef offset) |
USBD_AUDIO_SOF handle SOF event. More... | |
Variables | |
USBD_ClassTypeDef | USBD_AUDIO |
header file for the usbd_audio.c file.
Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.st.com/software_license_agreement_liberty_v2
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file usbd_audio.h.