![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
This file contains all the prototypes for the usbh_audio.c. More...
#include "usbh_core.h"
Go to the source code of this file.
Data Structures | |
struct | AUDIO_FormatTypeDef |
struct | AUDIO_STREAMING_IN_HandleTypeDef |
struct | AUDIO_STREAMING_OUT_HandleTypeDef |
struct | AUDIO_ControlAttributeTypeDef |
struct | AUDIO_InterfaceStreamPropTypeDef |
struct | AUDIO_InterfaceControlPropTypeDef |
struct | AUDIO_ASGeneralDescTypeDef |
struct | AUDIO_ASFormatTypeDescTypeDef |
struct | AUDIO_ASDescTypeDef |
struct | AUDIO_HeaderDescTypeDef |
struct | AUDIO_ITDescTypeDef |
struct | AUDIO_OTDescTypeDef |
struct | AUDIO_FeatureDescTypeDef |
struct | AUDIO_MixerDescTypeDef |
struct | AUDIO_SelectorDescTypeDef |
struct | AUDIO_ACDescTypeDef |
struct | AUDIO_ClassSpecificDescTypedef |
struct | _AUDIO_Process |
Typedefs | |
typedef struct _AUDIO_Process | AUDIO_HandleTypeDef |
Functions | |
USBH_StatusTypeDef | USBH_AUDIO_SetFrequency (USBH_HandleTypeDef *phost, uint16_t sample_rate, uint8_t channel_num, uint8_t data_width) |
USBH_AUDIO_SetFrequency Set Audio sampling parameters. More... | |
USBH_StatusTypeDef | USBH_AUDIO_Play (USBH_HandleTypeDef *phost, uint8_t *buf, uint32_t length) |
USBH_AUDIO_Play Start playback process. More... | |
USBH_StatusTypeDef | USBH_AUDIO_Stop (USBH_HandleTypeDef *phost) |
USBH_AUDIO_Pause Stop the playback process. More... | |
USBH_StatusTypeDef | USBH_AUDIO_Suspend (USBH_HandleTypeDef *phost) |
USBH_AUDIO_Suspend Suspend the playback process. More... | |
USBH_StatusTypeDef | USBH_AUDIO_Resume (USBH_HandleTypeDef *phost) |
USBH_AUDIO_Resume Resume the playback process. More... | |
USBH_StatusTypeDef | USBH_AUDIO_SetVolume (USBH_HandleTypeDef *phost, AUDIO_VolumeCtrlTypeDef volume_ctl) |
USBH_AUDIO_SetVolume Set Volume. More... | |
USBH_StatusTypeDef | USBH_AUDIO_ChangeOutBuffer (USBH_HandleTypeDef *phost, uint8_t *buf) |
USBH_AUDIO_ChangeOutBuffer Change audio data buffer address. More... | |
int32_t | USBH_AUDIO_GetOutOffset (USBH_HandleTypeDef *phost) |
USBH_AUDIO_GetOutOffset return the current buffer pointer for OUT process. More... | |
void | USBH_AUDIO_FrequencySet (USBH_HandleTypeDef *phost) |
The function informs user that Settings have been changed. More... | |
void | USBH_AUDIO_BufferEmptyCallback (USBH_HandleTypeDef *phost) |
The function informs user that User data are processed. More... | |
Variables | |
USBH_ClassTypeDef | AUDIO_Class |
This file contains all the prototypes for the usbh_audio.c.
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 usbh_audio.h.