[][src]Trait drone_stm32_map_periph_gpio::GpioOtyperOt1

pub trait GpioOtyperOt1<T: GpioPortMap>: GpioOtyper<T> {
    type UGpioOtyperOt1: RegField<Urt, Reg = Self::UGpioOtyper, URegField = Self::UGpioOtyperOt1, SRegField = Self::SGpioOtyperOt1, CRegField = Self::CGpioOtyperOt1> + URwRwRegFieldBit;
    type SGpioOtyperOt1: RegField<Srt, Reg = Self::SGpioOtyper, URegField = Self::UGpioOtyperOt1, SRegField = Self::SGpioOtyperOt1, CRegField = Self::CGpioOtyperOt1> + SRwRwRegFieldBit;
    type CGpioOtyperOt1: RegField<Crt, Reg = Self::CGpioOtyper, URegField = Self::UGpioOtyperOt1, SRegField = Self::SGpioOtyperOt1, CRegField = Self::CGpioOtyperOt1> + CRwRwRegFieldBit;
}

Associated Types

type UGpioOtyperOt1: RegField<Urt, Reg = Self::UGpioOtyper, URegField = Self::UGpioOtyperOt1, SRegField = Self::SGpioOtyperOt1, CRegField = Self::CGpioOtyperOt1> + URwRwRegFieldBit

type SGpioOtyperOt1: RegField<Srt, Reg = Self::SGpioOtyper, URegField = Self::UGpioOtyperOt1, SRegField = Self::SGpioOtyperOt1, CRegField = Self::CGpioOtyperOt1> + SRwRwRegFieldBit

type CGpioOtyperOt1: RegField<Crt, Reg = Self::CGpioOtyper, URegField = Self::UGpioOtyperOt1, SRegField = Self::SGpioOtyperOt1, CRegField = Self::CGpioOtyperOt1> + CRwRwRegFieldBit

Loading content...

Implementors

impl GpioOtyperOt1<GpioA> for GpioA[src]

type UGpioOtyperOt1 = Ot1<Urt>

type SGpioOtyperOt1 = Ot1<Srt>

type CGpioOtyperOt1 = Ot1<Crt>

impl GpioOtyperOt1<GpioB> for GpioB[src]

type UGpioOtyperOt1 = Ot1<Urt>

type SGpioOtyperOt1 = Ot1<Srt>

type CGpioOtyperOt1 = Ot1<Crt>

impl GpioOtyperOt1<GpioC> for GpioC[src]

type UGpioOtyperOt1 = Ot1<Urt>

type SGpioOtyperOt1 = Ot1<Srt>

type CGpioOtyperOt1 = Ot1<Crt>

impl GpioOtyperOt1<GpioD> for GpioD[src]

type UGpioOtyperOt1 = Ot1<Urt>

type SGpioOtyperOt1 = Ot1<Srt>

type CGpioOtyperOt1 = Ot1<Crt>

impl GpioOtyperOt1<GpioE> for GpioE[src]

type UGpioOtyperOt1 = Ot1<Urt>

type SGpioOtyperOt1 = Ot1<Srt>

type CGpioOtyperOt1 = Ot1<Crt>

impl GpioOtyperOt1<GpioF> for GpioF[src]

type UGpioOtyperOt1 = Ot1<Urt>

type SGpioOtyperOt1 = Ot1<Srt>

type CGpioOtyperOt1 = Ot1<Crt>

impl GpioOtyperOt1<GpioG> for GpioG[src]

type UGpioOtyperOt1 = Ot1<Urt>

type SGpioOtyperOt1 = Ot1<Srt>

type CGpioOtyperOt1 = Ot1<Crt>

impl GpioOtyperOt1<GpioH> for GpioH[src]

type UGpioOtyperOt1 = Ot1<Urt>

type SGpioOtyperOt1 = Ot1<Srt>

type CGpioOtyperOt1 = Ot1<Crt>

impl GpioOtyperOt1<GpioI> for GpioI[src]

type UGpioOtyperOt1 = Ot1<Urt>

type SGpioOtyperOt1 = Ot1<Srt>

type CGpioOtyperOt1 = Ot1<Crt>

Loading content...