[][src]Trait drone_stm32_map_periph_gpio::GpioAfrh

pub trait GpioAfrh<T: GpioPortMap> {
    type GpioAfrhVal: Bitfield<Bits = u32>;
    type UGpioAfrh: UGpioAfrh<T, Val = Self::GpioAfrhVal, UReg = Self::UGpioAfrh, SReg = Self::SGpioAfrh, CReg = Self::CGpioAfrh>;
    type SGpioAfrh: SGpioAfrh<T, Val = Self::GpioAfrhVal, UReg = Self::UGpioAfrh, SReg = Self::SGpioAfrh, CReg = Self::CGpioAfrh>;
    type CGpioAfrh: CGpioAfrh<T, Val = Self::GpioAfrhVal, UReg = Self::UGpioAfrh, SReg = Self::SGpioAfrh, CReg = Self::CGpioAfrh>;
}

Associated Types

type GpioAfrhVal: Bitfield<Bits = u32>

type UGpioAfrh: UGpioAfrh<T, Val = Self::GpioAfrhVal, UReg = Self::UGpioAfrh, SReg = Self::SGpioAfrh, CReg = Self::CGpioAfrh>

type SGpioAfrh: SGpioAfrh<T, Val = Self::GpioAfrhVal, UReg = Self::UGpioAfrh, SReg = Self::SGpioAfrh, CReg = Self::CGpioAfrh>

type CGpioAfrh: CGpioAfrh<T, Val = Self::GpioAfrhVal, UReg = Self::UGpioAfrh, SReg = Self::SGpioAfrh, CReg = Self::CGpioAfrh>

Loading content...

Implementors

impl GpioAfrh<GpioA> for GpioA[src]

type GpioAfrhVal = Val

type UGpioAfrh = Reg<Urt>

type SGpioAfrh = Reg<Srt>

type CGpioAfrh = Reg<Crt>

impl GpioAfrh<GpioB> for GpioB[src]

type GpioAfrhVal = Val

type UGpioAfrh = Reg<Urt>

type SGpioAfrh = Reg<Srt>

type CGpioAfrh = Reg<Crt>

impl GpioAfrh<GpioC> for GpioC[src]

type GpioAfrhVal = Val

type UGpioAfrh = Reg<Urt>

type SGpioAfrh = Reg<Srt>

type CGpioAfrh = Reg<Crt>

impl GpioAfrh<GpioD> for GpioD[src]

type GpioAfrhVal = Val

type UGpioAfrh = Reg<Urt>

type SGpioAfrh = Reg<Srt>

type CGpioAfrh = Reg<Crt>

impl GpioAfrh<GpioE> for GpioE[src]

type GpioAfrhVal = Val

type UGpioAfrh = Reg<Urt>

type SGpioAfrh = Reg<Srt>

type CGpioAfrh = Reg<Crt>

impl GpioAfrh<GpioF> for GpioF[src]

type GpioAfrhVal = Val

type UGpioAfrh = Reg<Urt>

type SGpioAfrh = Reg<Srt>

type CGpioAfrh = Reg<Crt>

impl GpioAfrh<GpioG> for GpioG[src]

type GpioAfrhVal = Val

type UGpioAfrh = Reg<Urt>

type SGpioAfrh = Reg<Srt>

type CGpioAfrh = Reg<Crt>

impl GpioAfrh<GpioH> for GpioH[src]

type GpioAfrhVal = Val

type UGpioAfrh = Reg<Urt>

type SGpioAfrh = Reg<Srt>

type CGpioAfrh = Reg<Crt>

impl GpioAfrh<GpioI> for GpioI[src]

type GpioAfrhVal = Val

type UGpioAfrh = Reg<Urt>

type SGpioAfrh = Reg<Srt>

type CGpioAfrh = Reg<Crt>

Loading content...