[][src]Trait drone_stm32_map_periph_spi::SpiRxcrcr

pub trait SpiRxcrcr<T: SpiMap> {
    type SpiRxcrcrVal: Bitfield<Bits = u32>;
    type USpiRxcrcr: USpiRxcrcr<T, Val = Self::SpiRxcrcrVal, UReg = Self::USpiRxcrcr, SReg = Self::SSpiRxcrcr, CReg = Self::CSpiRxcrcr>;
    type SSpiRxcrcr: SSpiRxcrcr<T, Val = Self::SpiRxcrcrVal, UReg = Self::USpiRxcrcr, SReg = Self::SSpiRxcrcr, CReg = Self::CSpiRxcrcr>;
    type CSpiRxcrcr: CSpiRxcrcr<T, Val = Self::SpiRxcrcrVal, UReg = Self::USpiRxcrcr, SReg = Self::SSpiRxcrcr, CReg = Self::CSpiRxcrcr>;
}

Associated Types

type SpiRxcrcrVal: Bitfield<Bits = u32>

type USpiRxcrcr: USpiRxcrcr<T, Val = Self::SpiRxcrcrVal, UReg = Self::USpiRxcrcr, SReg = Self::SSpiRxcrcr, CReg = Self::CSpiRxcrcr>

type SSpiRxcrcr: SSpiRxcrcr<T, Val = Self::SpiRxcrcrVal, UReg = Self::USpiRxcrcr, SReg = Self::SSpiRxcrcr, CReg = Self::CSpiRxcrcr>

type CSpiRxcrcr: CSpiRxcrcr<T, Val = Self::SpiRxcrcrVal, UReg = Self::USpiRxcrcr, SReg = Self::SSpiRxcrcr, CReg = Self::CSpiRxcrcr>

Loading content...

Implementors

Loading content...