STM32H735xx HAL User Manual
|
#include <stm32h7xx_hal_sai.h>
Data Fields | |
FunctionalState | Activation |
uint32_t | MicPairsNbr |
uint32_t | ClockEnable |
Definition at line 64 of file stm32h7xx_hal_sai.h.
FunctionalState SAI_PdmInitTypeDef::Activation |
Enable/disable PDM interface
Definition at line 66 of file stm32h7xx_hal_sai.h.
Referenced by HAL_SAI_Init().
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 69 of file stm32h7xx_hal_sai.h.
Referenced by HAL_SAI_Init().
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 67 of file stm32h7xx_hal_sai.h.
Referenced by HAL_SAI_Init().