PG10

Type Alias PG10 

Source
pub type PG10<MODE = DefaultMode> = Pin<'G', 10, MODE>;
Expand description

PG10 pin

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE> TryFrom<B2> for PG10<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: B2) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl<MODE> TryFrom<D2> for PG10<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: D2) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl<MODE> TryFrom<G3> for PG10<MODE>
where MODE: PinMode, Alternate<9, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Nce41> for PG10<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: Nce41) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl<MODE> TryFrom<Ne3> for PG10<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: Ne3) -> Result<Self, Self::Error>

Performs the conversion.