Type Alias PB11

Source
pub type PB11<Mode> = Pin<Gpiob, U<11>, Mode>;
Expand description

Pin PB11

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PB11<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<15> for PB11<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<3> for PB11<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PB11<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

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