[][src]Trait drone_stm32_map_periph_spi::SpiCr1Mstr

pub trait SpiCr1Mstr<T: SpiMap>: SpiCr1<T> {
    type USpiCr1Mstr: RegField<Urt, Reg = Self::USpiCr1, URegField = Self::USpiCr1Mstr, SRegField = Self::SSpiCr1Mstr, CRegField = Self::CSpiCr1Mstr> + URwRwRegFieldBitBand;
    type SSpiCr1Mstr: RegField<Srt, Reg = Self::SSpiCr1, URegField = Self::USpiCr1Mstr, SRegField = Self::SSpiCr1Mstr, CRegField = Self::CSpiCr1Mstr> + SRwRwRegFieldBitBand;
    type CSpiCr1Mstr: RegField<Crt, Reg = Self::CSpiCr1, URegField = Self::USpiCr1Mstr, SRegField = Self::SSpiCr1Mstr, CRegField = Self::CSpiCr1Mstr> + CRwRwRegFieldBitBand;
}

Associated Types

type USpiCr1Mstr: RegField<Urt, Reg = Self::USpiCr1, URegField = Self::USpiCr1Mstr, SRegField = Self::SSpiCr1Mstr, CRegField = Self::CSpiCr1Mstr> + URwRwRegFieldBitBand

type SSpiCr1Mstr: RegField<Srt, Reg = Self::SSpiCr1, URegField = Self::USpiCr1Mstr, SRegField = Self::SSpiCr1Mstr, CRegField = Self::CSpiCr1Mstr> + SRwRwRegFieldBitBand

type CSpiCr1Mstr: RegField<Crt, Reg = Self::CSpiCr1, URegField = Self::USpiCr1Mstr, SRegField = Self::SSpiCr1Mstr, CRegField = Self::CSpiCr1Mstr> + CRwRwRegFieldBitBand

Loading content...

Implementors

Loading content...