PB6

Type Alias PB6 

Source
pub type PB6<MODE = Input<Floating>> = Pin<'B', 6, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Scl> for PB6<MODE>
where MODE: PinMode, Alternate<OpenDrain>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<OUTMODE> TryFrom<Tx> for PB6<OUTMODE>
where OUTMODE: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> CPin<Tim4NoRemap, 0> for PB6<MODE>