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

Loading content...