[][src]Trait drone_stm32_map_periph_spi::SpiCr1Cpol

pub trait SpiCr1Cpol<T: SpiMap>: SpiCr1<T> {
    type USpiCr1Cpol: RegField<Urt, Reg = Self::USpiCr1, URegField = Self::USpiCr1Cpol, SRegField = Self::SSpiCr1Cpol, CRegField = Self::CSpiCr1Cpol> + URwRwRegFieldBitBand;
    type SSpiCr1Cpol: RegField<Srt, Reg = Self::SSpiCr1, URegField = Self::USpiCr1Cpol, SRegField = Self::SSpiCr1Cpol, CRegField = Self::CSpiCr1Cpol> + SRwRwRegFieldBitBand;
    type CSpiCr1Cpol: RegField<Crt, Reg = Self::CSpiCr1, URegField = Self::USpiCr1Cpol, SRegField = Self::SSpiCr1Cpol, CRegField = Self::CSpiCr1Cpol> + CRwRwRegFieldBitBand;
}

Associated Types

type USpiCr1Cpol: RegField<Urt, Reg = Self::USpiCr1, URegField = Self::USpiCr1Cpol, SRegField = Self::SSpiCr1Cpol, CRegField = Self::CSpiCr1Cpol> + URwRwRegFieldBitBand

type SSpiCr1Cpol: RegField<Srt, Reg = Self::SSpiCr1, URegField = Self::USpiCr1Cpol, SRegField = Self::SSpiCr1Cpol, CRegField = Self::CSpiCr1Cpol> + SRwRwRegFieldBitBand

type CSpiCr1Cpol: RegField<Crt, Reg = Self::CSpiCr1, URegField = Self::USpiCr1Cpol, SRegField = Self::SSpiCr1Cpol, CRegField = Self::CSpiCr1Cpol> + CRwRwRegFieldBitBand

Loading content...

Implementors

Loading content...