Type Alias PC9

Source
pub type PC9<MODE = Input<Floating>> = Pin<'C', 9, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

impl<Otype> CPin<TIM3, $C> for PC9<Alternate<2, Otype>>

Source§

impl<Otype> CPin<TIM8, $C> for PC9<Alternate<3, Otype>>

Source§

impl PinSda<I2C3> for PC9<Alternate<4, OpenDrain>>