PB3

Type Alias PB3 

Source
pub type PB3<MODE = Input<Floating>> = Pin<'B', 3, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<MODE> TryFrom<MSck> for PB3<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<MSck> for PB3<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 PB3<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.
Source§

impl<MODE> TryFrom<SSck> for PB3<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.
Source§

impl<MODE> CPin<Tim2FullRemap, 1> for PB3<MODE>

Source§

impl<MODE> CPin<Tim2PartialRemap1, 1> for PB3<MODE>