Type Alias PI9

Source
pub type PI9<MODE = DefaultMode> = Pin<'I', 9, MODE>;
Expand description

PI9 pin

Aliased Type§

pub struct PI9<MODE = DefaultMode> { /* private fields */ }

Trait Implementations§

Source§

impl<MODE> TryFrom<D30> for PI9<MODE>
where MODE: PinMode, Alternate<12, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Rx> for PI9<MODE>
where MODE: PinMode, Alternate<9, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Vsync> for PI9<MODE>
where MODE: PinMode, Alternate<14, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.