STM32H735xx HAL User Manual
Data Fields
SAIEx_PdmMicDelayParamTypeDef Struct Reference

PDM microphone delay structure definition. More...

#include <stm32h7xx_hal_sai_ex.h>

Data Fields

uint32_t MicPair
uint32_t LeftDelay
uint32_t RightDelay

Detailed Description

PDM microphone delay structure definition.

Definition at line 46 of file stm32h7xx_hal_sai_ex.h.


Field Documentation

Specifies the delay in PDM clock unit to apply on left microphone. This parameter must be a number between Min_Data = 0 and Max_Data = 7.

Definition at line 51 of file stm32h7xx_hal_sai_ex.h.

Referenced by HAL_SAIEx_ConfigPdmMicDelay().

Specifies which pair of microphones is selected. This parameter must be a number between Min_Data = 1 and Max_Data = 3.

Definition at line 48 of file stm32h7xx_hal_sai_ex.h.

Referenced by HAL_SAIEx_ConfigPdmMicDelay().

Specifies the delay in PDM clock unit to apply on right microphone. This parameter must be a number between Min_Data = 0 and Max_Data = 7.

Definition at line 54 of file stm32h7xx_hal_sai_ex.h.

Referenced by HAL_SAIEx_ConfigPdmMicDelay().


The documentation for this struct was generated from the following file: