Type Alias PE0

Source
pub type PE0<Mode> = Pin<Gpioe, U<0>, Mode>;
Expand description

Pin PE0

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PE0<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<2> for PE0<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<4> for PE0<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PE0<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Otype> TxPin<USART1> for PE0<AF7<Otype>>