Type Alias stm32f4xx_hal::gpio::gpiof::PF6

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

PF6 pin

Aliased Type§

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

Trait Implementations§

source§

impl Channel<ADC3> for PF6<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, Otype> TryFrom<Ch1<Otype>> for PF6<MODE>
where MODE: PinMode, Alternate<3, Otype>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

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

Performs the conversion.
source§

impl<MODE> TryFrom<Nss> for PF6<MODE>
where MODE: PinMode, Alternate<5, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

impl<MODE, Otype> TryFrom<Rx<Otype>> for PF6<MODE>
where MODE: PinMode, Alternate<8, Otype>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

impl<MODE> TryFrom<SdB> for PF6<MODE>
where MODE: PinMode, Alternate<6, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.