I2S Init structure definition. More...
#include <stm32f4xx_spi.h>
Public Attributes | |
uint32_t | I2S_AudioFreq |
uint16_t | I2S_CPOL |
uint16_t | I2S_DataFormat |
uint16_t | I2S_MCLKOutput |
uint16_t | I2S_Mode |
uint16_t | I2S_Standard |
I2S Init structure definition.
Definition at line 91 of file stm32f4xx_spi.h.
uint32_t I2S_InitTypeDef::I2S_AudioFreq |
Specifies the frequency selected for the I2S communication. This parameter can be a value of I2S_Audio_Frequency
Definition at line 106 of file stm32f4xx_spi.h.
uint16_t I2S_InitTypeDef::I2S_CPOL |
Specifies the idle state of the I2S clock. This parameter can be a value of I2S_Clock_Polarity
Definition at line 109 of file stm32f4xx_spi.h.
uint16_t I2S_InitTypeDef::I2S_DataFormat |
Specifies the data format for the I2S communication. This parameter can be a value of I2S_Data_Format
Definition at line 100 of file stm32f4xx_spi.h.
uint16_t I2S_InitTypeDef::I2S_MCLKOutput |
Specifies whether the I2S MCLK output is enabled or not. This parameter can be a value of I2S_MCLK_Output
Definition at line 103 of file stm32f4xx_spi.h.
uint16_t I2S_InitTypeDef::I2S_Mode |
Specifies the I2S operating mode. This parameter can be a value of I2S_Mode
Definition at line 94 of file stm32f4xx_spi.h.
uint16_t I2S_InitTypeDef::I2S_Standard |
Specifies the standard used for the I2S communication. This parameter can be a value of I2S_Standard
Definition at line 97 of file stm32f4xx_spi.h.