PDM microphone delay structure definition. More...
#include <stm32h7xx_hal_sai_ex.h>
Public Attributes | |
uint32_t | LeftDelay |
uint32_t | MicPair |
uint32_t | RightDelay |
PDM microphone delay structure definition.
Definition at line 47 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai_ex.h.
uint32_t SAIEx_PdmMicDelayParamTypeDef::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.
Definition at line 52 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai_ex.h.
uint32_t SAIEx_PdmMicDelayParamTypeDef::MicPair |
Specifies which pair of microphones is selected. This parameter must be a number between Min_Data = 1 and Max_Data = 3.
Definition at line 49 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai_ex.h.
uint32_t SAIEx_PdmMicDelayParamTypeDef::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.
Definition at line 55 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai_ex.h.