STSW-STLKT01: Projects/SensorTile/Applications/AudioLoop/Inc/usbd_audio_if.h Source File

STSW-STLKT01

usbd_audio_if.h
Go to the documentation of this file.
1 
44 /* Define to prevent recursive inclusion -------------------------------------*/
45 #ifndef __USBD_AUDIO_IF_H
46 #define __USBD_AUDIO_IF_H
47 
48 /* Includes ------------------------------------------------------------------*/
49 #include "usbd_audio_in.h"
50 #include "cube_hal.h"
51 /* Exported types ------------------------------------------------------------*/
52 /* Exported constants --------------------------------------------------------*/
53 /* Exported macro ------------------------------------------------------------*/
54 /* Exported functions ------------------------------------------------------- */
55 void Send_Audio_to_USB(int16_t * audioData, uint16_t PCMSamples);
56 
57 
58 #endif /* __USBD_AUDIO_IF_H */
59 
60 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
Header for cube_hal_l4.c.
void Send_Audio_to_USB(int16_t *audioData, uint16_t PCMSamples)
Fills USB audio buffer with the right amount of data, depending on the channel/frequency configuratio...
Generated by   doxygen 1.8.13