PC6

Type Alias PC6 

Source
pub type PC6<MODE = Input<Floating>> = Pin<'C', 6, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<MODE> CPin<Tim3FullRemap, 0> for PC6<MODE>