Trait SaiChannel

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

Required Associated Types§

Implementors§