[][src]Trait drone_stm32_map_periph_spi::SpiCr2Txeie

pub trait SpiCr2Txeie<T: SpiMap>: SpiCr2<T> {
    type USpiCr2Txeie: RegField<Urt, Reg = Self::USpiCr2, URegField = Self::USpiCr2Txeie, SRegField = Self::SSpiCr2Txeie, CRegField = Self::CSpiCr2Txeie> + URwRwRegFieldBitBand;
    type SSpiCr2Txeie: RegField<Srt, Reg = Self::SSpiCr2, URegField = Self::USpiCr2Txeie, SRegField = Self::SSpiCr2Txeie, CRegField = Self::CSpiCr2Txeie> + SRwRwRegFieldBitBand;
    type CSpiCr2Txeie: RegField<Crt, Reg = Self::CSpiCr2, URegField = Self::USpiCr2Txeie, SRegField = Self::SSpiCr2Txeie, CRegField = Self::CSpiCr2Txeie> + CRwRwRegFieldBitBand;
}

Associated Types

type USpiCr2Txeie: RegField<Urt, Reg = Self::USpiCr2, URegField = Self::USpiCr2Txeie, SRegField = Self::SSpiCr2Txeie, CRegField = Self::CSpiCr2Txeie> + URwRwRegFieldBitBand

type SSpiCr2Txeie: RegField<Srt, Reg = Self::SSpiCr2, URegField = Self::USpiCr2Txeie, SRegField = Self::SSpiCr2Txeie, CRegField = Self::CSpiCr2Txeie> + SRwRwRegFieldBitBand

type CSpiCr2Txeie: RegField<Crt, Reg = Self::CSpiCr2, URegField = Self::USpiCr2Txeie, SRegField = Self::SSpiCr2Txeie, CRegField = Self::CSpiCr2Txeie> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl SpiCr2Txeie<Spi1> for Spi1[src]

type USpiCr2Txeie = Txeie<Urt>

type SSpiCr2Txeie = Txeie<Srt>

type CSpiCr2Txeie = Txeie<Crt>

impl SpiCr2Txeie<Spi2> for Spi2[src]

type USpiCr2Txeie = Txeie<Urt>

type SSpiCr2Txeie = Txeie<Srt>

type CSpiCr2Txeie = Txeie<Crt>

impl SpiCr2Txeie<Spi3> for Spi3[src]

type USpiCr2Txeie = Txeie<Urt>

type SSpiCr2Txeie = Txeie<Srt>

type CSpiCr2Txeie = Txeie<Crt>

Loading content...