Type Alias PD4

Source
pub type PD4<MODE = Input<Floating>> = Pin<'D', 4, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

impl NOE for PD4<Alternate<12>>