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

Loading content...