PG11

Type Alias PG11 

Source
pub type PG11<MODE = DefaultMode> = Pin<'G', 11, MODE>;
Expand description

PG11 pin

Aliased Type§

pub struct PG11<MODE = DefaultMode> { /* private fields */ }

Trait Implementations§

Source§

impl<MODE> TryFrom<B3> for PG11<MODE>
where MODE: PinMode, Alternate<14, PushPull>: PinMode,

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(a: B3) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl<MODE> TryFrom<D3> for PG11<MODE>
where MODE: PinMode, Alternate<13, PushPull>: PinMode,

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(a: D3) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl<MODE> TryFrom<Nce42> for PG11<MODE>
where MODE: PinMode, Alternate<12, PushPull>: PinMode,

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(a: Nce42) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl<MODE> TryFrom<TxEn> for PG11<MODE>
where MODE: PinMode, Alternate<11, PushPull>: PinMode,

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(a: TxEn) -> Result<Self, Self::Error>

Performs the conversion.