PB15

Type Alias PB15 

Source
pub type PB15<MODE = Input<Floating>> = Pin<'B', 15, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<OUTMODE> TryFrom<Si> for PB15<OUTMODE>
where OUTMODE: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.