[][src]Trait drone_stm32_map_periph_spi::RccBusrstrSpirst

pub trait RccBusrstrSpirst: RccBusrstr {
    type URccBusrstrSpirst: RegField<Urt, Reg = Self::URccBusrstr, URegField = Self::URccBusrstrSpirst, SRegField = Self::SRccBusrstrSpirst, CRegField = Self::CRccBusrstrSpirst> + URwRwRegFieldBitBand;
    type SRccBusrstrSpirst: RegField<Srt, Reg = Self::SRccBusrstr, URegField = Self::URccBusrstrSpirst, SRegField = Self::SRccBusrstrSpirst, CRegField = Self::CRccBusrstrSpirst> + SRwRwRegFieldBitBand;
    type CRccBusrstrSpirst: RegField<Crt, Reg = Self::CRccBusrstr, URegField = Self::URccBusrstrSpirst, SRegField = Self::SRccBusrstrSpirst, CRegField = Self::CRccBusrstrSpirst> + CRwRwRegFieldBitBand;
}

Associated Types

type URccBusrstrSpirst: RegField<Urt, Reg = Self::URccBusrstr, URegField = Self::URccBusrstrSpirst, SRegField = Self::SRccBusrstrSpirst, CRegField = Self::CRccBusrstrSpirst> + URwRwRegFieldBitBand

type SRccBusrstrSpirst: RegField<Srt, Reg = Self::SRccBusrstr, URegField = Self::URccBusrstrSpirst, SRegField = Self::SRccBusrstrSpirst, CRegField = Self::CRccBusrstrSpirst> + SRwRwRegFieldBitBand

type CRccBusrstrSpirst: RegField<Crt, Reg = Self::CRccBusrstr, URegField = Self::URccBusrstrSpirst, SRegField = Self::SRccBusrstrSpirst, CRegField = Self::CRccBusrstrSpirst> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl RccBusrstrSpirst for Spi1[src]

type URccBusrstrSpirst = Spi1Rst<Urt>

type SRccBusrstrSpirst = Spi1Rst<Srt>

type CRccBusrstrSpirst = Spi1Rst<Crt>

impl RccBusrstrSpirst for Spi2[src]

type URccBusrstrSpirst = Spi2Rst<Urt>

type SRccBusrstrSpirst = Spi2Rst<Srt>

type CRccBusrstrSpirst = Spi2Rst<Crt>

impl RccBusrstrSpirst for Spi3[src]

type URccBusrstrSpirst = Spi3Rst<Urt>

type SRccBusrstrSpirst = Spi3Rst<Srt>

type CRccBusrstrSpirst = Spi3Rst<Crt>

Loading content...