[][src]Trait drone_stm32_map_periph_gpio::GpioOtyperOt3

pub trait GpioOtyperOt3<T: GpioPortMap>: GpioOtyper<T> {
    type UGpioOtyperOt3: RegField<Urt, Reg = Self::UGpioOtyper, URegField = Self::UGpioOtyperOt3, SRegField = Self::SGpioOtyperOt3, CRegField = Self::CGpioOtyperOt3> + URwRwRegFieldBit;
    type SGpioOtyperOt3: RegField<Srt, Reg = Self::SGpioOtyper, URegField = Self::UGpioOtyperOt3, SRegField = Self::SGpioOtyperOt3, CRegField = Self::CGpioOtyperOt3> + SRwRwRegFieldBit;
    type CGpioOtyperOt3: RegField<Crt, Reg = Self::CGpioOtyper, URegField = Self::UGpioOtyperOt3, SRegField = Self::SGpioOtyperOt3, CRegField = Self::CGpioOtyperOt3> + CRwRwRegFieldBit;
}

Associated Types

type UGpioOtyperOt3: RegField<Urt, Reg = Self::UGpioOtyper, URegField = Self::UGpioOtyperOt3, SRegField = Self::SGpioOtyperOt3, CRegField = Self::CGpioOtyperOt3> + URwRwRegFieldBit

type SGpioOtyperOt3: RegField<Srt, Reg = Self::SGpioOtyper, URegField = Self::UGpioOtyperOt3, SRegField = Self::SGpioOtyperOt3, CRegField = Self::CGpioOtyperOt3> + SRwRwRegFieldBit

type CGpioOtyperOt3: RegField<Crt, Reg = Self::CGpioOtyper, URegField = Self::UGpioOtyperOt3, SRegField = Self::SGpioOtyperOt3, CRegField = Self::CGpioOtyperOt3> + CRwRwRegFieldBit

Loading content...

Implementors

impl GpioOtyperOt3<GpioA> for GpioA[src]

type UGpioOtyperOt3 = Ot3<Urt>

type SGpioOtyperOt3 = Ot3<Srt>

type CGpioOtyperOt3 = Ot3<Crt>

impl GpioOtyperOt3<GpioB> for GpioB[src]

type UGpioOtyperOt3 = Ot3<Urt>

type SGpioOtyperOt3 = Ot3<Srt>

type CGpioOtyperOt3 = Ot3<Crt>

impl GpioOtyperOt3<GpioC> for GpioC[src]

type UGpioOtyperOt3 = Ot3<Urt>

type SGpioOtyperOt3 = Ot3<Srt>

type CGpioOtyperOt3 = Ot3<Crt>

impl GpioOtyperOt3<GpioD> for GpioD[src]

type UGpioOtyperOt3 = Ot3<Urt>

type SGpioOtyperOt3 = Ot3<Srt>

type CGpioOtyperOt3 = Ot3<Crt>

impl GpioOtyperOt3<GpioE> for GpioE[src]

type UGpioOtyperOt3 = Ot3<Urt>

type SGpioOtyperOt3 = Ot3<Srt>

type CGpioOtyperOt3 = Ot3<Crt>

impl GpioOtyperOt3<GpioF> for GpioF[src]

type UGpioOtyperOt3 = Ot3<Urt>

type SGpioOtyperOt3 = Ot3<Srt>

type CGpioOtyperOt3 = Ot3<Crt>

impl GpioOtyperOt3<GpioG> for GpioG[src]

type UGpioOtyperOt3 = Ot3<Urt>

type SGpioOtyperOt3 = Ot3<Srt>

type CGpioOtyperOt3 = Ot3<Crt>

impl GpioOtyperOt3<GpioH> for GpioH[src]

type UGpioOtyperOt3 = Ot3<Urt>

type SGpioOtyperOt3 = Ot3<Srt>

type CGpioOtyperOt3 = Ot3<Crt>

impl GpioOtyperOt3<GpioI> for GpioI[src]

type UGpioOtyperOt3 = Ot3<Urt>

type SGpioOtyperOt3 = Ot3<Srt>

type CGpioOtyperOt3 = Ot3<Crt>

Loading content...