PB13

Type Alias PB13 

Source
pub type PB13<MODE = Input<Floating>> = Pin<'B', 13, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

impl<OUTMODE> TryFrom<Cts> for PB13<OUTMODE>
where OUTMODE: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<MODE> TryFrom<SSck> for PB13<MODE>
where MODE: PinMode, Input<Floating>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.