Type Alias PE15

Source
pub type PE15<Mode> = Pin<Gpioe, U<15>, Mode>;
Expand description

Pin PE15

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PE15<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<2> for PE15<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PE15<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

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