Type Alias PA11

Source
pub type PA11<Mode> = Pin<Gpioa, U<11>, Mode>;
Expand description

Pin PA11

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<10> for PA11<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<11> for PA11<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<12> for PA11<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<14> for PA11<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<15> for PA11<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<6> for PA11<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PA11<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<8> for PA11<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<9> for PA11<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl DmPin for PA11<AF14<PushPull>>

Available on crate feature usb only.
Source§

impl RxPin for PA11<AF9<PushPull>>

Available on crate feature can only.