PC12

Type Alias PC12 

Source
pub type PC12<MODE = Input<Floating>> = Pin<'C', 12, MODE>;

Aliased Type§

pub struct PC12<MODE = Input<Floating>> { /* private fields */ }

Trait Implementations§

Source§

impl<MODE> TryFrom<Ck> for PC12<MODE>
where MODE: PinMode, Alternate<PushPull>: PinMode,

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(a: Ck) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl<OUTMODE> TryFrom<Tx> for PC12<OUTMODE>
where OUTMODE: PinMode,

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(a: Tx) -> Result<Self, Self::Error>

Performs the conversion.