STM32H735xx HAL User Manual
|
I2S Init structure definition. More...
#include <stm32h7xx_ll_spi.h>
Data Fields | |
uint32_t | Mode |
uint32_t | Standard |
uint32_t | DataFormat |
uint32_t | MCLKOutput |
uint32_t | AudioFreq |
uint32_t | ClockPolarity |
I2S Init structure definition.
Definition at line 2605 of file stm32h7xx_ll_spi.h.
uint32_t LL_I2S_InitTypeDef::AudioFreq |
Specifies the frequency selected for the I2S communication. This parameter can be a value of Audio Frequency
Audio Frequency can be modified afterwards using Reference manual formulas to calculate Prescaler Linear, Parity and unitary functions LL_I2S_SetPrescalerLinear() and LL_I2S_SetPrescalerParity() to set it.
Definition at line 2634 of file stm32h7xx_ll_spi.h.
Referenced by LL_I2S_Init(), and LL_I2S_StructInit().
uint32_t LL_I2S_InitTypeDef::ClockPolarity |
Specifies the idle state of the I2S clock. This parameter can be a value of Clock Polarity
This feature can be modified afterwards using unitary function LL_I2S_SetClockPolarity().
Definition at line 2643 of file stm32h7xx_ll_spi.h.
Referenced by LL_I2S_Init(), and LL_I2S_StructInit().
uint32_t LL_I2S_InitTypeDef::DataFormat |
Specifies the data format for the I2S communication. This parameter can be a value of Data Format
This feature can be modified afterwards using unitary function LL_I2S_SetDataFormat().
Definition at line 2620 of file stm32h7xx_ll_spi.h.
Referenced by LL_I2S_Init(), and LL_I2S_StructInit().
uint32_t LL_I2S_InitTypeDef::MCLKOutput |
Specifies whether the I2S MCLK output is enabled or not. This parameter can be a value of MCLK Output
This feature can be modified afterwards using unitary functions LL_I2S_EnableMasterClock() or LL_I2S_DisableMasterClock.
Definition at line 2627 of file stm32h7xx_ll_spi.h.
Referenced by LL_I2S_Init(), and LL_I2S_StructInit().
uint32_t LL_I2S_InitTypeDef::Mode |
Specifies the I2S operating mode. This parameter can be a value of Operation Mode
This feature can be modified afterwards using unitary function LL_I2S_SetTransferMode().
Definition at line 2607 of file stm32h7xx_ll_spi.h.
Referenced by LL_I2S_Init(), and LL_I2S_StructInit().
uint32_t LL_I2S_InitTypeDef::Standard |
Specifies the standard used for the I2S communication. This parameter can be a value of I2S Standard
This feature can be modified afterwards using unitary function LL_I2S_SetStandard().
Definition at line 2613 of file stm32h7xx_ll_spi.h.
Referenced by LL_I2S_Init(), and LL_I2S_StructInit().