SaiChannel

Trait SaiChannel 

Source
pub trait SaiChannel {
    type Fs;
    type Mclk;
    type Sck;
    type Sd;

    const NoMclk: Option<Self::Mclk> = None;
}

Provided Associated Constants§

Source

const NoMclk: Option<Self::Mclk> = None

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§