[][src]Trait drone_stm32_map_periph_spi::SpiSrModf

pub trait SpiSrModf<T: SpiMap>: SpiSr<T> {
    type USpiSrModf: RegField<Urt, Reg = Self::USpiSr, URegField = Self::USpiSrModf, SRegField = Self::SSpiSrModf, CRegField = Self::CSpiSrModf> + URoRwRegFieldBitBand;
    type SSpiSrModf: RegField<Srt, Reg = Self::SSpiSr, URegField = Self::USpiSrModf, SRegField = Self::SSpiSrModf, CRegField = Self::CSpiSrModf> + SRoRwRegFieldBitBand;
    type CSpiSrModf: RegField<Crt, Reg = Self::CSpiSr, URegField = Self::USpiSrModf, SRegField = Self::SSpiSrModf, CRegField = Self::CSpiSrModf> + CRoRwRegFieldBitBand;
}

Associated Types

type USpiSrModf: RegField<Urt, Reg = Self::USpiSr, URegField = Self::USpiSrModf, SRegField = Self::SSpiSrModf, CRegField = Self::CSpiSrModf> + URoRwRegFieldBitBand

type SSpiSrModf: RegField<Srt, Reg = Self::SSpiSr, URegField = Self::USpiSrModf, SRegField = Self::SSpiSrModf, CRegField = Self::CSpiSrModf> + SRoRwRegFieldBitBand

type CSpiSrModf: RegField<Crt, Reg = Self::CSpiSr, URegField = Self::USpiSrModf, SRegField = Self::SSpiSrModf, CRegField = Self::CSpiSrModf> + CRoRwRegFieldBitBand

Loading content...

Implementors

impl SpiSrModf<Spi1> for Spi1[src]

type USpiSrModf = Modf<Urt>

type SSpiSrModf = Modf<Srt>

type CSpiSrModf = Modf<Crt>

impl SpiSrModf<Spi2> for Spi2[src]

type USpiSrModf = Modf<Urt>

type SSpiSrModf = Modf<Srt>

type CSpiSrModf = Modf<Crt>

impl SpiSrModf<Spi3> for Spi3[src]

type USpiSrModf = Modf<Urt>

type SSpiSrModf = Modf<Srt>

type CSpiSrModf = Modf<Crt>

Loading content...