[][src]Trait drone_stm32_map_periph_spi::SpiCr1Bidioe

pub trait SpiCr1Bidioe<T: SpiMap>: SpiCr1<T> {
    type USpiCr1Bidioe: RegField<Urt, Reg = Self::USpiCr1, URegField = Self::USpiCr1Bidioe, SRegField = Self::SSpiCr1Bidioe, CRegField = Self::CSpiCr1Bidioe> + URwRwRegFieldBitBand;
    type SSpiCr1Bidioe: RegField<Srt, Reg = Self::SSpiCr1, URegField = Self::USpiCr1Bidioe, SRegField = Self::SSpiCr1Bidioe, CRegField = Self::CSpiCr1Bidioe> + SRwRwRegFieldBitBand;
    type CSpiCr1Bidioe: RegField<Crt, Reg = Self::CSpiCr1, URegField = Self::USpiCr1Bidioe, SRegField = Self::SSpiCr1Bidioe, CRegField = Self::CSpiCr1Bidioe> + CRwRwRegFieldBitBand;
}

Associated Types

type USpiCr1Bidioe: RegField<Urt, Reg = Self::USpiCr1, URegField = Self::USpiCr1Bidioe, SRegField = Self::SSpiCr1Bidioe, CRegField = Self::CSpiCr1Bidioe> + URwRwRegFieldBitBand

type SSpiCr1Bidioe: RegField<Srt, Reg = Self::SSpiCr1, URegField = Self::USpiCr1Bidioe, SRegField = Self::SSpiCr1Bidioe, CRegField = Self::CSpiCr1Bidioe> + SRwRwRegFieldBitBand

type CSpiCr1Bidioe: RegField<Crt, Reg = Self::CSpiCr1, URegField = Self::USpiCr1Bidioe, SRegField = Self::SSpiCr1Bidioe, CRegField = Self::CSpiCr1Bidioe> + CRwRwRegFieldBitBand

Loading content...

Implementors

Loading content...