PA15

Type Alias PA15 

Source
pub type PA15<MODE = DefaultMode> = Pin<'A', 15, MODE>;
Expand description

PA15 pin

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE, Otype> TryFrom<Ch1<Otype>> for PA15<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: Ch1<Otype>) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl<MODE> TryFrom<Etr> for PA15<MODE>
where MODE: PinMode, Alternate<1, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Jtdi> for PA15<MODE>
where MODE: PinMode, Alternate<0, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.