Type Alias PD8

Source
pub type PD8<Mode> = Pin<Gpiod, U<8>, Mode>;
Expand description

Pin PD8

Aliased Type§

struct PD8<Mode> { /* private fields */ }

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PD8<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PD8<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Otype> TxPin<USART3> for PD8<AF7<Otype>>