[][src]Trait drone_stm32_map_periph_gpio::GpioOtyperOt8

pub trait GpioOtyperOt8<T: GpioPortMap>: GpioOtyper<T> {
    type UGpioOtyperOt8: RegField<Urt, Reg = Self::UGpioOtyper, URegField = Self::UGpioOtyperOt8, SRegField = Self::SGpioOtyperOt8, CRegField = Self::CGpioOtyperOt8> + URwRwRegFieldBit;
    type SGpioOtyperOt8: RegField<Srt, Reg = Self::SGpioOtyper, URegField = Self::UGpioOtyperOt8, SRegField = Self::SGpioOtyperOt8, CRegField = Self::CGpioOtyperOt8> + SRwRwRegFieldBit;
    type CGpioOtyperOt8: RegField<Crt, Reg = Self::CGpioOtyper, URegField = Self::UGpioOtyperOt8, SRegField = Self::SGpioOtyperOt8, CRegField = Self::CGpioOtyperOt8> + CRwRwRegFieldBit;
}

Associated Types

type UGpioOtyperOt8: RegField<Urt, Reg = Self::UGpioOtyper, URegField = Self::UGpioOtyperOt8, SRegField = Self::SGpioOtyperOt8, CRegField = Self::CGpioOtyperOt8> + URwRwRegFieldBit

type SGpioOtyperOt8: RegField<Srt, Reg = Self::SGpioOtyper, URegField = Self::UGpioOtyperOt8, SRegField = Self::SGpioOtyperOt8, CRegField = Self::CGpioOtyperOt8> + SRwRwRegFieldBit

type CGpioOtyperOt8: RegField<Crt, Reg = Self::CGpioOtyper, URegField = Self::UGpioOtyperOt8, SRegField = Self::SGpioOtyperOt8, CRegField = Self::CGpioOtyperOt8> + CRwRwRegFieldBit

Loading content...

Implementors

impl GpioOtyperOt8<GpioA> for GpioA[src]

type UGpioOtyperOt8 = Ot8<Urt>

type SGpioOtyperOt8 = Ot8<Srt>

type CGpioOtyperOt8 = Ot8<Crt>

impl GpioOtyperOt8<GpioB> for GpioB[src]

type UGpioOtyperOt8 = Ot8<Urt>

type SGpioOtyperOt8 = Ot8<Srt>

type CGpioOtyperOt8 = Ot8<Crt>

impl GpioOtyperOt8<GpioC> for GpioC[src]

type UGpioOtyperOt8 = Ot8<Urt>

type SGpioOtyperOt8 = Ot8<Srt>

type CGpioOtyperOt8 = Ot8<Crt>

impl GpioOtyperOt8<GpioD> for GpioD[src]

type UGpioOtyperOt8 = Ot8<Urt>

type SGpioOtyperOt8 = Ot8<Srt>

type CGpioOtyperOt8 = Ot8<Crt>

impl GpioOtyperOt8<GpioE> for GpioE[src]

type UGpioOtyperOt8 = Ot8<Urt>

type SGpioOtyperOt8 = Ot8<Srt>

type CGpioOtyperOt8 = Ot8<Crt>

impl GpioOtyperOt8<GpioF> for GpioF[src]

type UGpioOtyperOt8 = Ot8<Urt>

type SGpioOtyperOt8 = Ot8<Srt>

type CGpioOtyperOt8 = Ot8<Crt>

impl GpioOtyperOt8<GpioG> for GpioG[src]

type UGpioOtyperOt8 = Ot8<Urt>

type SGpioOtyperOt8 = Ot8<Srt>

type CGpioOtyperOt8 = Ot8<Crt>

impl GpioOtyperOt8<GpioH> for GpioH[src]

type UGpioOtyperOt8 = Ot8<Urt>

type SGpioOtyperOt8 = Ot8<Srt>

type CGpioOtyperOt8 = Ot8<Crt>

impl GpioOtyperOt8<GpioI> for GpioI[src]

type UGpioOtyperOt8 = Ot8<Urt>

type SGpioOtyperOt8 = Ot8<Srt>

type CGpioOtyperOt8 = Ot8<Crt>

Loading content...