Type Alias PK0

Source
pub type PK0<MODE = DefaultMode> = Pin<'K', 0, MODE>;
Expand description

PK0 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.