PK5

Type Alias PK5 

Source
pub type PK5<MODE = DefaultMode> = Pin<'K', 5, MODE>;
Expand description

PK5 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.