PG13

Type Alias PG13 

Source
pub type PG13<MODE = DefaultMode> = Pin<'G', 13, MODE>;
Expand description

PG13 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Sck> for PG13<MODE>
where MODE: PinMode, Alternate<5, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

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

Performs the conversion.