Type Alias PA12

Source
pub type PA12<Mode> = Pin<Gpioa, U<12>, Mode>;
Expand description

Pin PA12

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PA12<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<10> for PA12<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<11> for PA12<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<14> for PA12<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<15> for PA12<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<6> for PA12<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PA12<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<8> for PA12<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<9> for PA12<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl DpPin for PA12<AF14<PushPull>>

Available on crate feature usb only.
Source§

impl TxPin for PA12<AF9<PushPull>>

Available on crate feature can only.