Type Alias PC12

Source
pub type PC12<Mode> = Pin<Gpioc, U<12>, Mode>;
Expand description

Pin PC12

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PC12<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<4> for PC12<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<5> for PC12<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<6> for PC12<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PC12<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl MosiPin<SPI3> for PC12<AF6<PushPull>>

Source§

impl<Otype> TxPin<UART5> for PC12<AF5<Otype>>