PB0

Type Alias PB0 

Source
pub type PB0<MODE = Input<Floating>> = Pin<'B', 0, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE> TryFrom<Ch2N> for PB0<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<MODE> TryFrom<Ch3In> for PB0<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: Ch3In) -> Result<Self, Self::Error>

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl TimCh3Pin<RemapDefault<Periph<RegisterBlock, 1073742848>>> for PB0<Alternate<PushPull>>

Source§

impl TimCh3Pin<RemapPartial1<Periph<RegisterBlock, 1073742848>>> for PB0<Alternate<PushPull>>