[][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

Loading content...