[][src]Trait drone_stm32_map_periph_gpio::GpioOtyperOt2

pub trait GpioOtyperOt2<T: GpioPortMap>: GpioOtyper<T> {
    type UGpioOtyperOt2: RegField<Urt, Reg = Self::UGpioOtyper, URegField = Self::UGpioOtyperOt2, SRegField = Self::SGpioOtyperOt2, CRegField = Self::CGpioOtyperOt2> + URwRwRegFieldBit;
    type SGpioOtyperOt2: RegField<Srt, Reg = Self::SGpioOtyper, URegField = Self::UGpioOtyperOt2, SRegField = Self::SGpioOtyperOt2, CRegField = Self::CGpioOtyperOt2> + SRwRwRegFieldBit;
    type CGpioOtyperOt2: RegField<Crt, Reg = Self::CGpioOtyper, URegField = Self::UGpioOtyperOt2, SRegField = Self::SGpioOtyperOt2, CRegField = Self::CGpioOtyperOt2> + CRwRwRegFieldBit;
}

Associated Types

type UGpioOtyperOt2: RegField<Urt, Reg = Self::UGpioOtyper, URegField = Self::UGpioOtyperOt2, SRegField = Self::SGpioOtyperOt2, CRegField = Self::CGpioOtyperOt2> + URwRwRegFieldBit

type SGpioOtyperOt2: RegField<Srt, Reg = Self::SGpioOtyper, URegField = Self::UGpioOtyperOt2, SRegField = Self::SGpioOtyperOt2, CRegField = Self::CGpioOtyperOt2> + SRwRwRegFieldBit

type CGpioOtyperOt2: RegField<Crt, Reg = Self::CGpioOtyper, URegField = Self::UGpioOtyperOt2, SRegField = Self::SGpioOtyperOt2, CRegField = Self::CGpioOtyperOt2> + CRwRwRegFieldBit

Loading content...

Implementors

impl GpioOtyperOt2<GpioA> for GpioA[src]

type UGpioOtyperOt2 = Ot2<Urt>

type SGpioOtyperOt2 = Ot2<Srt>

type CGpioOtyperOt2 = Ot2<Crt>

impl GpioOtyperOt2<GpioB> for GpioB[src]

type UGpioOtyperOt2 = Ot2<Urt>

type SGpioOtyperOt2 = Ot2<Srt>

type CGpioOtyperOt2 = Ot2<Crt>

impl GpioOtyperOt2<GpioC> for GpioC[src]

type UGpioOtyperOt2 = Ot2<Urt>

type SGpioOtyperOt2 = Ot2<Srt>

type CGpioOtyperOt2 = Ot2<Crt>

impl GpioOtyperOt2<GpioD> for GpioD[src]

type UGpioOtyperOt2 = Ot2<Urt>

type SGpioOtyperOt2 = Ot2<Srt>

type CGpioOtyperOt2 = Ot2<Crt>

impl GpioOtyperOt2<GpioE> for GpioE[src]

type UGpioOtyperOt2 = Ot2<Urt>

type SGpioOtyperOt2 = Ot2<Srt>

type CGpioOtyperOt2 = Ot2<Crt>

impl GpioOtyperOt2<GpioF> for GpioF[src]

type UGpioOtyperOt2 = Ot2<Urt>

type SGpioOtyperOt2 = Ot2<Srt>

type CGpioOtyperOt2 = Ot2<Crt>

impl GpioOtyperOt2<GpioG> for GpioG[src]

type UGpioOtyperOt2 = Ot2<Urt>

type SGpioOtyperOt2 = Ot2<Srt>

type CGpioOtyperOt2 = Ot2<Crt>

impl GpioOtyperOt2<GpioH> for GpioH[src]

type UGpioOtyperOt2 = Ot2<Urt>

type SGpioOtyperOt2 = Ot2<Srt>

type CGpioOtyperOt2 = Ot2<Crt>

impl GpioOtyperOt2<GpioI> for GpioI[src]

type UGpioOtyperOt2 = Ot2<Urt>

type SGpioOtyperOt2 = Ot2<Srt>

type CGpioOtyperOt2 = Ot2<Crt>

Loading content...