PB9

Type Alias PB9 

Source
pub type PB9<MODE = Input<Floating>> = Pin<'B', 9, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<MODE> CPin<Tim4NoRemap, 3> for PB9<MODE>