PG7

Type Alias PG7 

Source
pub type PG7<MODE = DefaultMode> = Pin<'G', 7, MODE>;
Expand description

PG7 pin

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE> TryFrom<Ck> for PG7<MODE>
where MODE: PinMode, Alternate<8, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.