[][src]Trait drone_stm32_map_periph_spi::SpiDr

pub trait SpiDr<T: SpiMap> {
    type SpiDrVal: Bitfield<Bits = u32>;
    type USpiDr: USpiDr<T, Val = Self::SpiDrVal, UReg = Self::USpiDr, SReg = Self::SSpiDr, CReg = Self::CSpiDr>;
    type SSpiDr: SSpiDr<T, Val = Self::SpiDrVal, UReg = Self::USpiDr, SReg = Self::SSpiDr, CReg = Self::CSpiDr>;
    type CSpiDr: CSpiDr<T, Val = Self::SpiDrVal, UReg = Self::USpiDr, SReg = Self::SSpiDr, CReg = Self::CSpiDr>;
}

Associated Types

type SpiDrVal: Bitfield<Bits = u32>

type USpiDr: USpiDr<T, Val = Self::SpiDrVal, UReg = Self::USpiDr, SReg = Self::SSpiDr, CReg = Self::CSpiDr>

type SSpiDr: SSpiDr<T, Val = Self::SpiDrVal, UReg = Self::USpiDr, SReg = Self::SSpiDr, CReg = Self::CSpiDr>

type CSpiDr: CSpiDr<T, Val = Self::SpiDrVal, UReg = Self::USpiDr, SReg = Self::SSpiDr, CReg = Self::CSpiDr>

Loading content...

Implementors

Loading content...