Trait I2sCommon

Source
pub trait I2sCommon {
    type Ck: PinSpeed;
    type Sd;
    type Ws: ReadPin + ExtiPin;
}

Required Associated Types§

Implementors§