PA6

Type Alias PA6 

Source
pub type PA6<MODE = DefaultMode> = Pin<'A', 6, MODE>;
Expand description

PA6 pin

Aliased Type§

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

Trait Implementations§

Source§

impl Channel<Periph<RegisterBlock, 1073815552>> for PA6<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 Channel<Periph<RegisterBlock, 1073815808>> for PA6<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<Bkin> for PA6<MODE>
where MODE: PinMode, Alternate<1, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Bkin> for PA6<MODE>
where MODE: PinMode, Alternate<3, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE, Otype> TryFrom<Ch1<Otype>> for PA6<MODE>
where MODE: PinMode, Alternate<2, Otype>: PinMode,

Source§

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, Otype> TryFrom<Ch1<Otype>> for PA6<MODE>
where MODE: PinMode, Alternate<9, Otype>: PinMode,

Source§

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<G2> for PA6<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: G2) -> Result<Self, Self::Error>

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.