PB1

Type Alias PB1 

Source
pub type PB1<MODE = Input<Floating>> = Pin<'B', 1, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl TimCh4Pin<RemapDefault<Periph<RegisterBlock, 1073742848>>> for PB1<Alternate<PushPull>>

Source§

impl TimCh4Pin<RemapPartial1<Periph<RegisterBlock, 1073742848>>> for PB1<Alternate<PushPull>>