[][src]Trait drone_stm32_map_periph_spi::SpiCr1Spe

pub trait SpiCr1Spe<T: SpiMap>: SpiCr1<T> {
    type USpiCr1Spe: RegField<Urt, Reg = Self::USpiCr1, URegField = Self::USpiCr1Spe, SRegField = Self::SSpiCr1Spe, CRegField = Self::CSpiCr1Spe> + URwRwRegFieldBitBand;
    type SSpiCr1Spe: RegField<Srt, Reg = Self::SSpiCr1, URegField = Self::USpiCr1Spe, SRegField = Self::SSpiCr1Spe, CRegField = Self::CSpiCr1Spe> + SRwRwRegFieldBitBand;
    type CSpiCr1Spe: RegField<Crt, Reg = Self::CSpiCr1, URegField = Self::USpiCr1Spe, SRegField = Self::SSpiCr1Spe, CRegField = Self::CSpiCr1Spe> + CRwRwRegFieldBitBand;
}

Associated Types

type USpiCr1Spe: RegField<Urt, Reg = Self::USpiCr1, URegField = Self::USpiCr1Spe, SRegField = Self::SSpiCr1Spe, CRegField = Self::CSpiCr1Spe> + URwRwRegFieldBitBand

type SSpiCr1Spe: RegField<Srt, Reg = Self::SSpiCr1, URegField = Self::USpiCr1Spe, SRegField = Self::SSpiCr1Spe, CRegField = Self::CSpiCr1Spe> + SRwRwRegFieldBitBand

type CSpiCr1Spe: RegField<Crt, Reg = Self::CSpiCr1, URegField = Self::USpiCr1Spe, SRegField = Self::SSpiCr1Spe, CRegField = Self::CSpiCr1Spe> + CRwRwRegFieldBitBand

Loading content...

Implementors

Loading content...