Type Alias PD5

Source
pub type PD5<Mode> = Pin<Gpiod, U<5>, Mode>;
Expand description

Pin PD5

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PD5<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PD5<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Otype> TxPin<USART2> for PD5<AF7<Otype>>