Type Alias PC4

Source
pub type PC4<Mode> = Pin<Gpioc, U<4>, Mode>;
Expand description

Pin PC4

Aliased Type§

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

Trait Implementations§

Source§

impl Channel<ADC2> for &PC4<Analog>

Source§

type ID = Id

Channel ID type Read more
Source§

fn channel() -> Self::ID

Get the specific ID that identifies this channel, for example 0_u8 for the first ADC channel, if Self::ID is u8.
Source§

impl Channel<ADC2> for PC4<Analog>

Source§

type ID = Id

Channel ID type Read more
Source§

fn channel() -> Self::ID

Get the specific ID that identifies this channel, for example 0_u8 for the first ADC channel, if Self::ID is u8.
Source§

impl<Mode> IntoAf<1> for PC4<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PC4<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

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