[][src]Trait drone_stm32_map_periph_gpio::GpioPupdr

pub trait GpioPupdr<T: GpioPortMap> {
    type GpioPupdrVal: Bitfield<Bits = u32>;
    type UGpioPupdr: UGpioPupdr<T, Val = Self::GpioPupdrVal, UReg = Self::UGpioPupdr, SReg = Self::SGpioPupdr, CReg = Self::CGpioPupdr>;
    type SGpioPupdr: SGpioPupdr<T, Val = Self::GpioPupdrVal, UReg = Self::UGpioPupdr, SReg = Self::SGpioPupdr, CReg = Self::CGpioPupdr>;
    type CGpioPupdr: CGpioPupdr<T, Val = Self::GpioPupdrVal, UReg = Self::UGpioPupdr, SReg = Self::SGpioPupdr, CReg = Self::CGpioPupdr>;
}

Associated Types

type GpioPupdrVal: Bitfield<Bits = u32>

type UGpioPupdr: UGpioPupdr<T, Val = Self::GpioPupdrVal, UReg = Self::UGpioPupdr, SReg = Self::SGpioPupdr, CReg = Self::CGpioPupdr>

type SGpioPupdr: SGpioPupdr<T, Val = Self::GpioPupdrVal, UReg = Self::UGpioPupdr, SReg = Self::SGpioPupdr, CReg = Self::CGpioPupdr>

type CGpioPupdr: CGpioPupdr<T, Val = Self::GpioPupdrVal, UReg = Self::UGpioPupdr, SReg = Self::SGpioPupdr, CReg = Self::CGpioPupdr>

Loading content...

Implementors

impl GpioPupdr<GpioA> for GpioA[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPupdr<GpioB> for GpioB[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPupdr<GpioC> for GpioC[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPupdr<GpioD> for GpioD[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPupdr<GpioE> for GpioE[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPupdr<GpioF> for GpioF[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPupdr<GpioG> for GpioG[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPupdr<GpioH> for GpioH[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

impl GpioPupdr<GpioI> for GpioI[src]

type GpioPupdrVal = Val

type UGpioPupdr = Reg<Urt>

type SGpioPupdr = Reg<Srt>

type CGpioPupdr = Reg<Crt>

Loading content...