[][src]Trait drone_stm32_map_periph_gpio::GpioAscrOpt

pub trait GpioAscrOpt {
    type UGpioAscrOpt: Sized + Send + Sync + 'static;
    type SGpioAscrOpt: Sized + Send + Sync + 'static;
    type CGpioAscrOpt: Sized + Send + Sync + 'static;
}

Associated Types

type UGpioAscrOpt: Sized + Send + Sync + 'static

type SGpioAscrOpt: Sized + Send + Sync + 'static

type CGpioAscrOpt: Sized + Send + Sync + 'static

Loading content...

Implementors

impl GpioAscrOpt for GpioA[src]

type UGpioAscrOpt = Reg<Urt>

type SGpioAscrOpt = Reg<Srt>

type CGpioAscrOpt = Reg<Crt>

impl GpioAscrOpt for GpioB[src]

type UGpioAscrOpt = Reg<Urt>

type SGpioAscrOpt = Reg<Srt>

type CGpioAscrOpt = Reg<Crt>

impl GpioAscrOpt for GpioC[src]

type UGpioAscrOpt = Reg<Urt>

type SGpioAscrOpt = Reg<Srt>

type CGpioAscrOpt = Reg<Crt>

impl GpioAscrOpt for GpioD[src]

type UGpioAscrOpt = Reg<Urt>

type SGpioAscrOpt = Reg<Srt>

type CGpioAscrOpt = Reg<Crt>

impl GpioAscrOpt for GpioE[src]

type UGpioAscrOpt = Reg<Urt>

type SGpioAscrOpt = Reg<Srt>

type CGpioAscrOpt = Reg<Crt>

impl GpioAscrOpt for GpioF[src]

type UGpioAscrOpt = Reg<Urt>

type SGpioAscrOpt = Reg<Srt>

type CGpioAscrOpt = Reg<Crt>

impl GpioAscrOpt for GpioG[src]

type UGpioAscrOpt = Reg<Urt>

type SGpioAscrOpt = Reg<Srt>

type CGpioAscrOpt = Reg<Crt>

impl GpioAscrOpt for GpioH[src]

type UGpioAscrOpt = Reg<Urt>

type SGpioAscrOpt = Reg<Srt>

type CGpioAscrOpt = Reg<Crt>

impl GpioAscrOpt for GpioI[src]

type UGpioAscrOpt = ()

type SGpioAscrOpt = ()

type CGpioAscrOpt = ()

Loading content...