PA10

Type Alias PA10 

Source
pub type PA10<MODE = DefaultMode> = Pin<'A', 10, MODE>;
Expand description

PA10 pin

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE, Otype> TryFrom<Ch3<Otype>> for PA10<MODE>
where MODE: PinMode, Alternate<1, Otype>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<MODE, Otype> TryFrom<Rx<Otype>> for PA10<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> TryFrom<Sd> for PA10<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: Sd) -> Result<Self, Self::Error>

Performs the conversion.