#include <stm32h7xx_hal_sai.h>
Public Attributes | |
FunctionalState | Activation |
uint32_t | ClockEnable |
uint32_t | MicPairsNbr |
Definition at line 65 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai.h.
FunctionalState SAI_PdmInitTypeDef::Activation |
Enable/disable PDM interface
Definition at line 67 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai.h.
uint32_t SAI_PdmInitTypeDef::ClockEnable |
Specifies which clock must be enabled. This parameter can be a values combination of SAI PDM Clock Enable
Definition at line 70 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai.h.
uint32_t SAI_PdmInitTypeDef::MicPairsNbr |
Specifies the number of microphone pairs used. This parameter must be a number between Min_Data = 1 and Max_Data = 3.
Definition at line 68 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai.h.