PC11

Type Alias PC11 

Source
pub type PC11<MODE = Input<Floating>> = Pin<'C', 11, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

impl<OUTMODE> TryFrom<Rx> for PC11<OUTMODE>
where OUTMODE: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<OUTMODE> TryFrom<Rx> for PC11<OUTMODE>
where OUTMODE: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.