Type Alias PD0

Source
pub type PD0<Mode> = Pin<Gpiod, U<0>, Mode>;
Expand description

Pin PD0

Aliased Type§

pub struct PD0<Mode> { /* private fields */ }

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PD0<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PD0<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl RxPin for PD0<AF7<PushPull>>

Available on crate feature can only.