STM32L4xx_HAL_Driver  1.14.0
SAIEx Exported Types

Data Structures

struct  SAIEx_PdmMicDelayParamTypeDef
 PDM microphone delay structure definition. More...
 

Detailed Description


Data Structure Documentation

◆ SAIEx_PdmMicDelayParamTypeDef

struct SAIEx_PdmMicDelayParamTypeDef

PDM microphone delay structure definition.

Definition at line 49 of file stm32l4xx_hal_sai_ex.h.

Data Fields
uint32_t LeftDelay

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.

uint32_t MicPair

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

uint32_t RightDelay

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.