[][src]Trait drone_stm32_map_periph_spi::SpiCr2LdmaRx

pub trait SpiCr2LdmaRx<T: SpiMap>: SpiCr2<T> {
    type USpiCr2LdmaRx: RegField<Urt, Reg = Self::USpiCr2, URegField = Self::USpiCr2LdmaRx, SRegField = Self::SSpiCr2LdmaRx, CRegField = Self::CSpiCr2LdmaRx> + URwRwRegFieldBitBand;
    type SSpiCr2LdmaRx: RegField<Srt, Reg = Self::SSpiCr2, URegField = Self::USpiCr2LdmaRx, SRegField = Self::SSpiCr2LdmaRx, CRegField = Self::CSpiCr2LdmaRx> + SRwRwRegFieldBitBand;
    type CSpiCr2LdmaRx: RegField<Crt, Reg = Self::CSpiCr2, URegField = Self::USpiCr2LdmaRx, SRegField = Self::SSpiCr2LdmaRx, CRegField = Self::CSpiCr2LdmaRx> + CRwRwRegFieldBitBand;
}

Associated Types

type USpiCr2LdmaRx: RegField<Urt, Reg = Self::USpiCr2, URegField = Self::USpiCr2LdmaRx, SRegField = Self::SSpiCr2LdmaRx, CRegField = Self::CSpiCr2LdmaRx> + URwRwRegFieldBitBand

type SSpiCr2LdmaRx: RegField<Srt, Reg = Self::SSpiCr2, URegField = Self::USpiCr2LdmaRx, SRegField = Self::SSpiCr2LdmaRx, CRegField = Self::CSpiCr2LdmaRx> + SRwRwRegFieldBitBand

type CSpiCr2LdmaRx: RegField<Crt, Reg = Self::CSpiCr2, URegField = Self::USpiCr2LdmaRx, SRegField = Self::SSpiCr2LdmaRx, CRegField = Self::CSpiCr2LdmaRx> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl SpiCr2LdmaRx<Spi1> for Spi1[src]

type USpiCr2LdmaRx = LdmaRx<Urt>

type SSpiCr2LdmaRx = LdmaRx<Srt>

type CSpiCr2LdmaRx = LdmaRx<Crt>

impl SpiCr2LdmaRx<Spi2> for Spi2[src]

type USpiCr2LdmaRx = LdmaRx<Urt>

type SSpiCr2LdmaRx = LdmaRx<Srt>

type CSpiCr2LdmaRx = LdmaRx<Crt>

impl SpiCr2LdmaRx<Spi3> for Spi3[src]

type USpiCr2LdmaRx = LdmaRx<Urt>

type SSpiCr2LdmaRx = LdmaRx<Srt>

type CSpiCr2LdmaRx = LdmaRx<Crt>

Loading content...