STM32F769I-Discovery BSP User Manual: STM32F769I_DISCOVERY_AUDIO Private Variables

STM32F769I-Discovery BSP Drivers

STM32F769I-Discovery BSP User Manual
STM32F769I_DISCOVERY_AUDIO Private Variables

Variables

AUDIO_DrvTypeDef * audio_drv
SAI_HandleTypeDef haudio_out_sai
SAI_HandleTypeDef haudio_in_sai
AUDIOIN_TypeDef hAudioIn
DFSDM_Channel_HandleTypeDef hAudioInTopLeftChannel
DFSDM_Channel_HandleTypeDef hAudioInTopRightChannel
DFSDM_Filter_HandleTypeDef hAudioInTopLeftFilter
DFSDM_Filter_HandleTypeDef hAudioInTopRightFilter
DMA_HandleTypeDef hDmaTopLeft
DMA_HandleTypeDef hDmaTopRight
DFSDM_Channel_HandleTypeDef hAudioInButtomLeftChannel
DFSDM_Channel_HandleTypeDef hAudioInButtomRightChannel
DFSDM_Filter_HandleTypeDef hAudioInButtomLeftFilter
DFSDM_Filter_HandleTypeDef hAudioInButtomRightFilter
DMA_HandleTypeDef hDmaButtomLeft
DMA_HandleTypeDef hDmaButtomRight
static int32_t * pScratchBuff [2 *DEFAULT_AUDIO_IN_CHANNEL_NBR]
static __IO int32_t ScratchSize
static uint8_t AudioIn_ChannelNumber = DEFAULT_AUDIO_IN_CHANNEL_NBR
static uint16_t AudioIn_Device = INPUT_DEVICE_DIGITAL_MIC
static uint32_t DmaTopLeftRecHalfCplt = 0
static uint32_t DmaTopLeftRecCplt = 0
static uint32_t DmaTopRightRecHalfCplt = 0
static uint32_t DmaTopRightRecCplt = 0
static uint32_t DmaButtomLeftRecHalfCplt = 0
static uint32_t DmaButtomLeftRecCplt = 0
static uint32_t DmaButtomRightRecHalfCplt = 0
static uint32_t DmaButtomRightRecCplt = 0
static __IO uint32_t AppBuffTrigger = 0
static __IO uint32_t AppBuffHalf = 0

Variable Documentation

uint32_t DmaButtomLeftRecCplt = 0 [static]

Definition at line 251 of file stm32f769i_discovery_audio.c.

Referenced by HAL_DFSDM_FilterRegConvCpltCallback().

uint32_t DmaButtomLeftRecHalfCplt = 0 [static]
uint32_t DmaButtomRightRecCplt = 0 [static]

Definition at line 253 of file stm32f769i_discovery_audio.c.

Referenced by HAL_DFSDM_FilterRegConvCpltCallback().

uint32_t DmaButtomRightRecHalfCplt = 0 [static]
uint32_t DmaTopLeftRecCplt = 0 [static]

Definition at line 247 of file stm32f769i_discovery_audio.c.

Referenced by HAL_DFSDM_FilterRegConvCpltCallback().

uint32_t DmaTopLeftRecHalfCplt = 0 [static]
uint32_t DmaTopRightRecCplt = 0 [static]

Definition at line 249 of file stm32f769i_discovery_audio.c.

Referenced by HAL_DFSDM_FilterRegConvCpltCallback().

uint32_t DmaTopRightRecHalfCplt = 0 [static]
DFSDM_Channel_HandleTypeDef hAudioInButtomLeftChannel

Definition at line 230 of file stm32f769i_discovery_audio.c.

Referenced by DFSDMx_DeInit(), and DFSDMx_Init().

DFSDM_Channel_HandleTypeDef hAudioInButtomRightChannel

Definition at line 231 of file stm32f769i_discovery_audio.c.

Referenced by DFSDMx_DeInit(), and DFSDMx_Init().

DFSDM_Channel_HandleTypeDef hAudioInTopLeftChannel

Definition at line 223 of file stm32f769i_discovery_audio.c.

Referenced by DFSDMx_DeInit(), and DFSDMx_Init().

DFSDM_Channel_HandleTypeDef hAudioInTopRightChannel

Definition at line 224 of file stm32f769i_discovery_audio.c.

Referenced by DFSDMx_DeInit(), and DFSDMx_Init().

DMA_HandleTypeDef hDmaButtomLeft

Definition at line 234 of file stm32f769i_discovery_audio.c.

Referenced by DFSDMx_FilterMspDeInit(), and DFSDMx_FilterMspInit().

DMA_HandleTypeDef hDmaButtomRight

Definition at line 235 of file stm32f769i_discovery_audio.c.

Referenced by DFSDMx_FilterMspDeInit(), and DFSDMx_FilterMspInit().

DMA_HandleTypeDef hDmaTopLeft

Definition at line 227 of file stm32f769i_discovery_audio.c.

Referenced by DFSDMx_FilterMspDeInit(), and DFSDMx_FilterMspInit().

DMA_HandleTypeDef hDmaTopRight

Definition at line 228 of file stm32f769i_discovery_audio.c.

Referenced by DFSDMx_FilterMspDeInit(), and DFSDMx_FilterMspInit().

Generated on Fri Dec 30 2016 18:30:07 for STM32F769I-Discovery BSP User Manual by   doxygen 1.7.6.1