PK7

Type Alias PK7 

Source
pub type PK7<MODE = DefaultMode> = Pin<'K', 7, MODE>;
Expand description

PK7 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.