Type Alias stm32f4xx_hal::gpio::PF3

source ·
pub type PF3<MODE = DefaultMode> = Pin<'F', 3, MODE>;
Expand description

PF3 pin

Aliased Type§

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

Trait Implementations§

source§

impl Channel<ADC3> for PF3<Analog>

§

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<A3> for PF3<MODE>
where MODE: PinMode, Alternate<12, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

impl<MODE> TryFrom<Address> for PF3<MODE>
where MODE: PinMode, Alternate<12, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.