Type Alias PI11

Source
pub type PI11<MODE = DefaultMode> = Pin<'I', 11, MODE>;
Expand description

PI11 pin

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE> TryFrom<UlpiDir> for PI11<MODE>
where MODE: PinMode, Alternate<10, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.