PF11

Type Alias PF11 

Source
pub type PF11<MODE = DefaultMode> = Pin<'F', 11, MODE>;
Expand description

PF11 pin

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE> TryFrom<D12> for PF11<MODE>
where MODE: PinMode, Alternate<13, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Mosi> for PF11<MODE>
where MODE: PinMode, Alternate<5, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

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

Performs the conversion.