PC7

Type Alias PC7 

Source
pub type PC7<MODE = Input<Floating>> = Pin<'C', 7, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE> TryFrom<Ch2In> for PC7<MODE>
where MODE: PinMode, Input<Floating>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<MODE> CPin<Tim3FullRemap, 1> for PC7<MODE>