PK2

Type Alias PK2 

Source
pub type PK2<MODE = DefaultMode> = Pin<'K', 2, MODE>;
Expand description

PK2 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.