Type Alias PF10

Source
pub type PF10<MODE = DefaultMode> = Pin<'F', 10, MODE>;
Expand description

PF10 pin

Aliased Type§

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

Trait Implementations§

Source§

impl Channel<ADC3> for PF10<Analog>

Source§

type ID = u8

Channel ID type Read more
Source§

fn channel() -> u8

Get the specific ID that identifies this channel, for example 0_u8 for the first ADC channel, if Self::ID is u8.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.