[][src]Trait drone_stm32_map_periph_gpio::GpioBsrr

pub trait GpioBsrr<T: GpioPortMap> {
    type GpioBsrrVal: Bitfield<Bits = u32>;
    type UGpioBsrr: UGpioBsrr<T, Val = Self::GpioBsrrVal, UReg = Self::UGpioBsrr, SReg = Self::SGpioBsrr, CReg = Self::CGpioBsrr>;
    type SGpioBsrr: SGpioBsrr<T, Val = Self::GpioBsrrVal, UReg = Self::UGpioBsrr, SReg = Self::SGpioBsrr, CReg = Self::CGpioBsrr>;
    type CGpioBsrr: CGpioBsrr<T, Val = Self::GpioBsrrVal, UReg = Self::UGpioBsrr, SReg = Self::SGpioBsrr, CReg = Self::CGpioBsrr>;
}

Associated Types

type GpioBsrrVal: Bitfield<Bits = u32>

type UGpioBsrr: UGpioBsrr<T, Val = Self::GpioBsrrVal, UReg = Self::UGpioBsrr, SReg = Self::SGpioBsrr, CReg = Self::CGpioBsrr>

type SGpioBsrr: SGpioBsrr<T, Val = Self::GpioBsrrVal, UReg = Self::UGpioBsrr, SReg = Self::SGpioBsrr, CReg = Self::CGpioBsrr>

type CGpioBsrr: CGpioBsrr<T, Val = Self::GpioBsrrVal, UReg = Self::UGpioBsrr, SReg = Self::SGpioBsrr, CReg = Self::CGpioBsrr>

Loading content...

Implementors

impl GpioBsrr<GpioA> for GpioA[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioBsrr<GpioB> for GpioB[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioBsrr<GpioC> for GpioC[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioBsrr<GpioD> for GpioD[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioBsrr<GpioE> for GpioE[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioBsrr<GpioF> for GpioF[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioBsrr<GpioG> for GpioG[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioBsrr<GpioH> for GpioH[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

impl GpioBsrr<GpioI> for GpioI[src]

type GpioBsrrVal = Val

type UGpioBsrr = Reg<Urt>

type SGpioBsrr = Reg<Srt>

type CGpioBsrr = Reg<Crt>

Loading content...