Type Alias PD9

Source
pub type PD9<Mode> = Pin<Gpiod, U<9>, Mode>;
Expand description

Pin PD9

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PD9<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PD9<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Otype> RxPin<USART3> for PD9<AF7<Otype>>