PK4

Type Alias PK4 

Source
pub type PK4<MODE = DefaultMode> = Pin<'K', 4, MODE>;
Expand description

PK4 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.