[][src]Trait drone_stm32_map_periph_spi::SpiSrCrcerr

pub trait SpiSrCrcerr<T: SpiMap>: SpiSr<T> {
    type USpiSrCrcerr: RegField<Urt, Reg = Self::USpiSr, URegField = Self::USpiSrCrcerr, SRegField = Self::SSpiSrCrcerr, CRegField = Self::CSpiSrCrcerr> + URwRwRegFieldBitBand;
    type SSpiSrCrcerr: RegField<Srt, Reg = Self::SSpiSr, URegField = Self::USpiSrCrcerr, SRegField = Self::SSpiSrCrcerr, CRegField = Self::CSpiSrCrcerr> + SRwRwRegFieldBitBand;
    type CSpiSrCrcerr: RegField<Crt, Reg = Self::CSpiSr, URegField = Self::USpiSrCrcerr, SRegField = Self::SSpiSrCrcerr, CRegField = Self::CSpiSrCrcerr> + CRwRwRegFieldBitBand;
}

Associated Types

type USpiSrCrcerr: RegField<Urt, Reg = Self::USpiSr, URegField = Self::USpiSrCrcerr, SRegField = Self::SSpiSrCrcerr, CRegField = Self::CSpiSrCrcerr> + URwRwRegFieldBitBand

type SSpiSrCrcerr: RegField<Srt, Reg = Self::SSpiSr, URegField = Self::USpiSrCrcerr, SRegField = Self::SSpiSrCrcerr, CRegField = Self::CSpiSrCrcerr> + SRwRwRegFieldBitBand

type CSpiSrCrcerr: RegField<Crt, Reg = Self::CSpiSr, URegField = Self::USpiSrCrcerr, SRegField = Self::SSpiSrCrcerr, CRegField = Self::CSpiSrCrcerr> + CRwRwRegFieldBitBand

Loading content...

Implementors

Loading content...