Module stm32_i2s_v12x::format[][src]

I2S frame formats

Structs

Data16Frame16

16 bits transferred for each audio sample, represented in memory with 16 bits per sample

Data16Frame32

32 bits transferred for each audio sample, represented in memory with 16 bits per sample

Data24Frame32

32 bits transferred for each audio sample, represented in memory with 24 bits per sample

Data32Frame32

32 bits in each audio sample, represented in memory with 32 bits per sample

Enums

FrameFormat

I2S communication frame format standards

FrameSync

PCM frame synchronization modes

Traits

DataFormat

A supported audio sample format

DataFormatType

A supported audio sample format