[][src]Trait drone_stm32_map_periph_spi::SpiTxcrcr

pub trait SpiTxcrcr<T: SpiMap> {
    type SpiTxcrcrVal: Bitfield<Bits = u32>;
    type USpiTxcrcr: USpiTxcrcr<T, Val = Self::SpiTxcrcrVal, UReg = Self::USpiTxcrcr, SReg = Self::SSpiTxcrcr, CReg = Self::CSpiTxcrcr>;
    type SSpiTxcrcr: SSpiTxcrcr<T, Val = Self::SpiTxcrcrVal, UReg = Self::USpiTxcrcr, SReg = Self::SSpiTxcrcr, CReg = Self::CSpiTxcrcr>;
    type CSpiTxcrcr: CSpiTxcrcr<T, Val = Self::SpiTxcrcrVal, UReg = Self::USpiTxcrcr, SReg = Self::SSpiTxcrcr, CReg = Self::CSpiTxcrcr>;
}

Associated Types

type SpiTxcrcrVal: Bitfield<Bits = u32>

type USpiTxcrcr: USpiTxcrcr<T, Val = Self::SpiTxcrcrVal, UReg = Self::USpiTxcrcr, SReg = Self::SSpiTxcrcr, CReg = Self::CSpiTxcrcr>

type SSpiTxcrcr: SSpiTxcrcr<T, Val = Self::SpiTxcrcrVal, UReg = Self::USpiTxcrcr, SReg = Self::SSpiTxcrcr, CReg = Self::CSpiTxcrcr>

type CSpiTxcrcr: CSpiTxcrcr<T, Val = Self::SpiTxcrcrVal, UReg = Self::USpiTxcrcr, SReg = Self::SSpiTxcrcr, CReg = Self::CSpiTxcrcr>

Loading content...

Implementors

impl SpiTxcrcr<Spi1> for Spi1[src]

type SpiTxcrcrVal = Val

type USpiTxcrcr = Reg<Urt>

type SSpiTxcrcr = Reg<Srt>

type CSpiTxcrcr = Reg<Crt>

impl SpiTxcrcr<Spi2> for Spi2[src]

type SpiTxcrcrVal = Val

type USpiTxcrcr = Reg<Urt>

type SSpiTxcrcr = Reg<Srt>

type CSpiTxcrcr = Reg<Crt>

impl SpiTxcrcr<Spi3> for Spi3[src]

type SpiTxcrcrVal = Val

type USpiTxcrcr = Reg<Urt>

type SSpiTxcrcr = Reg<Srt>

type CSpiTxcrcr = Reg<Crt>

Loading content...