Type Alias PD2

Source
pub type PD2<Mode> = Pin<Gpiod, U<2>, Mode>;
Expand description

Pin PD2

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PD2<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<2> for PD2<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<4> for PD2<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<5> for PD2<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Otype> RxPin<UART5> for PD2<AF5<Otype>>