Type Alias PE1

Source
pub type PE1<Mode> = Pin<Gpioe, U<1>, Mode>;
Expand description

Pin PE1

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PE1<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<4> for PE1<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PE1<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Otype> RxPin<USART1> for PE1<AF7<Otype>>