PB14

Type Alias PB14 

Source
pub type PB14<MODE = Input<Floating>> = Pin<'B', 14, MODE>;

Aliased Type§

pub struct PB14<MODE = Input<Floating>> { /* private fields */ }

Trait Implementations§

Source§

impl<MODE> TryFrom<Ch2N> for PB14<MODE>
where MODE: PinMode, Alternate<PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<OUTMODE> TryFrom<Mi> for PB14<OUTMODE>
where OUTMODE: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Rts> for PB14<MODE>
where MODE: PinMode, Alternate<PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<OUTMODE> TryFrom<So> for PB14<OUTMODE>
where OUTMODE: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.