Type Alias PC3

Source
pub type PC3<MODE = Input<Floating>> = Pin<'C', 3, MODE>;

Aliased Type§

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

Trait Implementations§