[][src]Trait drone_stm32_map_periph_spi::SpiTxcrcrTxCRC

pub trait SpiTxcrcrTxCRC<T: SpiMap>: SpiTxcrcr<T> {
    type USpiTxcrcrTxCRC: RegField<Urt, Reg = Self::USpiTxcrcr, URegField = Self::USpiTxcrcrTxCRC, SRegField = Self::SSpiTxcrcrTxCRC, CRegField = Self::CSpiTxcrcrTxCRC> + URoRoRegFieldBits;
    type SSpiTxcrcrTxCRC: RegField<Srt, Reg = Self::SSpiTxcrcr, URegField = Self::USpiTxcrcrTxCRC, SRegField = Self::SSpiTxcrcrTxCRC, CRegField = Self::CSpiTxcrcrTxCRC> + SRoRoRegFieldBits;
    type CSpiTxcrcrTxCRC: RegField<Crt, Reg = Self::CSpiTxcrcr, URegField = Self::USpiTxcrcrTxCRC, SRegField = Self::SSpiTxcrcrTxCRC, CRegField = Self::CSpiTxcrcrTxCRC> + CRoRoRegFieldBits;
}

Associated Types

type USpiTxcrcrTxCRC: RegField<Urt, Reg = Self::USpiTxcrcr, URegField = Self::USpiTxcrcrTxCRC, SRegField = Self::SSpiTxcrcrTxCRC, CRegField = Self::CSpiTxcrcrTxCRC> + URoRoRegFieldBits

type SSpiTxcrcrTxCRC: RegField<Srt, Reg = Self::SSpiTxcrcr, URegField = Self::USpiTxcrcrTxCRC, SRegField = Self::SSpiTxcrcrTxCRC, CRegField = Self::CSpiTxcrcrTxCRC> + SRoRoRegFieldBits

type CSpiTxcrcrTxCRC: RegField<Crt, Reg = Self::CSpiTxcrcr, URegField = Self::USpiTxcrcrTxCRC, SRegField = Self::SSpiTxcrcrTxCRC, CRegField = Self::CSpiTxcrcrTxCRC> + CRoRoRegFieldBits

Loading content...

Implementors

impl SpiTxcrcrTxCRC<Spi1> for Spi1[src]

type USpiTxcrcrTxCRC = TxCRC<Urt>

type SSpiTxcrcrTxCRC = TxCRC<Srt>

type CSpiTxcrcrTxCRC = TxCRC<Crt>

impl SpiTxcrcrTxCRC<Spi2> for Spi2[src]

type USpiTxcrcrTxCRC = TxCRC<Urt>

type SSpiTxcrcrTxCRC = TxCRC<Srt>

type CSpiTxcrcrTxCRC = TxCRC<Crt>

impl SpiTxcrcrTxCRC<Spi3> for Spi3[src]

type USpiTxcrcrTxCRC = TxCRC<Urt>

type SSpiTxcrcrTxCRC = TxCRC<Srt>

type CSpiTxcrcrTxCRC = TxCRC<Crt>

Loading content...