Type Alias PC11

Source
pub type PC11<MODE = DefaultMode> = Pin<'C', 11, MODE>;
Expand description

PC11 pin

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE> TryFrom<D3> for PC11<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: D3) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl<MODE> TryFrom<D4> for PC11<MODE>
where MODE: PinMode, Alternate<13, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<ExtSd> for PC11<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: ExtSd) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl<MODE> TryFrom<Miso> for PC11<MODE>
where MODE: PinMode, Alternate<6, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE, Otype> TryFrom<Rx<Otype>> for PC11<MODE>
where MODE: PinMode, Alternate<7, Otype>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE, Otype> TryFrom<Rx<Otype>> for PC11<MODE>
where MODE: PinMode, Alternate<8, Otype>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.