Type Alias PD1

Source
pub type PD1<Mode> = Pin<Gpiod, U<1>, Mode>;
Expand description

Pin PD1

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PD1<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<4> for PD1<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<6> for PD1<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PD1<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl TxPin for PD1<AF7<PushPull>>

Available on crate feature can only.