PC3

Type Alias PC3 

Source
pub type PC3<MODE = DefaultMode> = Pin<'C', 3, MODE>;
Expand description

PC3 pin

Aliased Type§

pub struct PC3<MODE = DefaultMode> { /* private fields */ }

Trait Implementations§

Source§

impl Channel<Periph<RegisterBlock, 1073815552>> for PC3<Analog>

Source§

type ID = u8

Channel ID type Read more
Source§

fn channel() -> u8

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<Periph<RegisterBlock, 1073815808>> for PC3<Analog>

Source§

type ID = u8

Channel ID type Read more
Source§

fn channel() -> u8

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<Periph<RegisterBlock, 1073816064>> for PC3<Analog>

Source§

type ID = u8

Channel ID type Read more
Source§

fn channel() -> u8

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> TryFrom<Mosi> for PC3<MODE>
where MODE: PinMode, Alternate<5, PushPull>: PinMode,

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(a: Mosi) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl<MODE> TryFrom<Sd> for PC3<MODE>
where MODE: PinMode, Alternate<5, PushPull>: PinMode,

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(a: Sd) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl<MODE> TryFrom<Sdcke0> for PC3<MODE>
where MODE: PinMode, Alternate<12, PushPull>: PinMode,

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(a: Sdcke0) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl<MODE> TryFrom<TxClk> for PC3<MODE>
where MODE: PinMode, Alternate<11, PushPull>: PinMode,

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(a: TxClk) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl<MODE> TryFrom<UlpiNxt> for PC3<MODE>
where MODE: PinMode, Alternate<10, PushPull>: PinMode,

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(a: UlpiNxt) -> Result<Self, Self::Error>

Performs the conversion.