[][src]Trait drone_stm32_map_periph_spi::SpiCr1Ssm

pub trait SpiCr1Ssm<T: SpiMap>: SpiCr1<T> {
    type USpiCr1Ssm: RegField<Urt, Reg = Self::USpiCr1, URegField = Self::USpiCr1Ssm, SRegField = Self::SSpiCr1Ssm, CRegField = Self::CSpiCr1Ssm> + URwRwRegFieldBitBand;
    type SSpiCr1Ssm: RegField<Srt, Reg = Self::SSpiCr1, URegField = Self::USpiCr1Ssm, SRegField = Self::SSpiCr1Ssm, CRegField = Self::CSpiCr1Ssm> + SRwRwRegFieldBitBand;
    type CSpiCr1Ssm: RegField<Crt, Reg = Self::CSpiCr1, URegField = Self::USpiCr1Ssm, SRegField = Self::SSpiCr1Ssm, CRegField = Self::CSpiCr1Ssm> + CRwRwRegFieldBitBand;
}

Associated Types

type USpiCr1Ssm: RegField<Urt, Reg = Self::USpiCr1, URegField = Self::USpiCr1Ssm, SRegField = Self::SSpiCr1Ssm, CRegField = Self::CSpiCr1Ssm> + URwRwRegFieldBitBand

type SSpiCr1Ssm: RegField<Srt, Reg = Self::SSpiCr1, URegField = Self::USpiCr1Ssm, SRegField = Self::SSpiCr1Ssm, CRegField = Self::CSpiCr1Ssm> + SRwRwRegFieldBitBand

type CSpiCr1Ssm: RegField<Crt, Reg = Self::CSpiCr1, URegField = Self::USpiCr1Ssm, SRegField = Self::SSpiCr1Ssm, CRegField = Self::CSpiCr1Ssm> + CRwRwRegFieldBitBand

Loading content...

Implementors

Loading content...