[][src]Trait drone_stm32_map_periph_spi::SpiSrRxne

pub trait SpiSrRxne<T: SpiMap>: SpiSr<T> {
    type USpiSrRxne: RegField<Urt, Reg = Self::USpiSr, URegField = Self::USpiSrRxne, SRegField = Self::SSpiSrRxne, CRegField = Self::CSpiSrRxne> + URoRwRegFieldBitBand;
    type SSpiSrRxne: RegField<Srt, Reg = Self::SSpiSr, URegField = Self::USpiSrRxne, SRegField = Self::SSpiSrRxne, CRegField = Self::CSpiSrRxne> + SRoRwRegFieldBitBand;
    type CSpiSrRxne: RegField<Crt, Reg = Self::CSpiSr, URegField = Self::USpiSrRxne, SRegField = Self::SSpiSrRxne, CRegField = Self::CSpiSrRxne> + CRoRwRegFieldBitBand;
}

Associated Types

type USpiSrRxne: RegField<Urt, Reg = Self::USpiSr, URegField = Self::USpiSrRxne, SRegField = Self::SSpiSrRxne, CRegField = Self::CSpiSrRxne> + URoRwRegFieldBitBand

type SSpiSrRxne: RegField<Srt, Reg = Self::SSpiSr, URegField = Self::USpiSrRxne, SRegField = Self::SSpiSrRxne, CRegField = Self::CSpiSrRxne> + SRoRwRegFieldBitBand

type CSpiSrRxne: RegField<Crt, Reg = Self::CSpiSr, URegField = Self::USpiSrRxne, SRegField = Self::SSpiSrRxne, CRegField = Self::CSpiSrRxne> + CRoRwRegFieldBitBand

Loading content...

Implementors

impl SpiSrRxne<Spi1> for Spi1[src]

type USpiSrRxne = Rxne<Urt>

type SSpiSrRxne = Rxne<Srt>

type CSpiSrRxne = Rxne<Crt>

impl SpiSrRxne<Spi2> for Spi2[src]

type USpiSrRxne = Rxne<Urt>

type SSpiSrRxne = Rxne<Srt>

type CSpiSrRxne = Rxne<Crt>

impl SpiSrRxne<Spi3> for Spi3[src]

type USpiSrRxne = Rxne<Urt>

type SSpiSrRxne = Rxne<Srt>

type CSpiSrRxne = Rxne<Crt>

Loading content...