STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Data Fields
I2S_InitTypeDef Struct Reference

I2S Init structure definition. More...

#include <stm32f7xx_hal_i2s.h>

Data Fields

uint32_t Mode
 
uint32_t Standard
 
uint32_t DataFormat
 
uint32_t MCLKOutput
 
uint32_t AudioFreq
 
uint32_t CPOL
 
uint32_t ClockSource
 

Detailed Description

I2S Init structure definition.

Definition at line 65 of file stm32f7xx_hal_i2s.h.

Field Documentation

uint32_t AudioFreq

Specifies the frequency selected for the I2S communication. This parameter can be a value of I2S Audio Frequency

Definition at line 79 of file stm32f7xx_hal_i2s.h.

uint32_t ClockSource

Specifies the I2S Clock Source. This parameter can be a value of I2S Clock Source

Definition at line 85 of file stm32f7xx_hal_i2s.h.

uint32_t CPOL

Specifies the idle state of the I2S clock. This parameter can be a value of I2S Clock Polarity

Definition at line 82 of file stm32f7xx_hal_i2s.h.

uint32_t DataFormat

Specifies the data format for the I2S communication. This parameter can be a value of I2S Data Format

Definition at line 73 of file stm32f7xx_hal_i2s.h.

uint32_t MCLKOutput

Specifies whether the I2S MCLK output is enabled or not. This parameter can be a value of I2S Mclk Output

Definition at line 76 of file stm32f7xx_hal_i2s.h.

uint32_t Mode

Specifies the I2S operating mode. This parameter can be a value of I2S Mode

Definition at line 67 of file stm32f7xx_hal_i2s.h.

uint32_t Standard

Specifies the standard used for the I2S communication. This parameter can be a value of I2S Standard

Definition at line 70 of file stm32f7xx_hal_i2s.h.


The documentation for this struct was generated from the following file: