[][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

impl SpiCrcpr<Spi1> for Spi1[src]

type SpiCrcprVal = Val

type USpiCrcpr = Reg<Urt>

type SSpiCrcpr = Reg<Srt>

type CSpiCrcpr = Reg<Crt>

impl SpiCrcpr<Spi2> for Spi2[src]

type SpiCrcprVal = Val

type USpiCrcpr = Reg<Urt>

type SSpiCrcpr = Reg<Srt>

type CSpiCrcpr = Reg<Crt>

impl SpiCrcpr<Spi3> for Spi3[src]

type SpiCrcprVal = Val

type USpiCrcpr = Reg<Urt>

type SSpiCrcpr = Reg<Srt>

type CSpiCrcpr = Reg<Crt>

Loading content...