Trait stm32_i2s_v12x::format::DataFormat[][src]

pub trait DataFormat: DataFormatDetail { }

A supported audio sample format

This trait inherits from DataFormatType (indirectly) so that the Sample type is public but the other trait items are private.

Implementors

impl DataFormat for Data16Frame16[src]

impl DataFormat for Data16Frame32[src]

impl DataFormat for Data24Frame32[src]

impl DataFormat for Data32Frame32[src]

Loading content...