PD2

Type Alias PD2 

Source
pub type PD2<MODE = Input<Floating>> = Pin<'D', 2, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

impl<PULL: UpMode> UartRxPin<RemapDefault<Periph<RegisterBlock, 1073762304>>> for PD2<Input<PULL>>

Source§

fn is_pin(&self) -> bool