[][src]Trait drone_stm32_map_periph_spi::SpiCrcpr

pub trait SpiCrcpr<T: SpiMap> {
    type SpiCrcprVal: Bitfield<Bits = u32>;
    type USpiCrcpr: USpiCrcpr<T, Val = Self::SpiCrcprVal, UReg = Self::USpiCrcpr, SReg = Self::SSpiCrcpr, CReg = Self::CSpiCrcpr>;
    type SSpiCrcpr: SSpiCrcpr<T, Val = Self::SpiCrcprVal, UReg = Self::USpiCrcpr, SReg = Self::SSpiCrcpr, CReg = Self::CSpiCrcpr>;
    type CSpiCrcpr: CSpiCrcpr<T, Val = Self::SpiCrcprVal, UReg = Self::USpiCrcpr, SReg = Self::SSpiCrcpr, CReg = Self::CSpiCrcpr>;
}

Associated Types

type SpiCrcprVal: Bitfield<Bits = u32>

type USpiCrcpr: USpiCrcpr<T, Val = Self::SpiCrcprVal, UReg = Self::USpiCrcpr, SReg = Self::SSpiCrcpr, CReg = Self::CSpiCrcpr>

type SSpiCrcpr: SSpiCrcpr<T, Val = Self::SpiCrcprVal, UReg = Self::USpiCrcpr, SReg = Self::SSpiCrcpr, CReg = Self::CSpiCrcpr>

type CSpiCrcpr: CSpiCrcpr<T, Val = Self::SpiCrcprVal, UReg = Self::USpiCrcpr, SReg = Self::SSpiCrcpr, CReg = Self::CSpiCrcpr>

Loading content...

Implementors

Loading content...