PA5

Type Alias PA5 

Source
pub type PA5<MODE = Input<Floating>> = Pin<'A', 5, MODE>;

Aliased Type§

pub struct PA5<MODE = Input<Floating>> { /* private fields */ }

Trait Implementations§

Source§

impl Channel<Periph<RegisterBlock, 1073816576>> for PA5<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, 1073817600>> for PA5<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 Pins<Periph<RegisterBlock, 1073771520>> for PA5<Analog>

Source§

impl<MODE> TryFrom<MSck> for PA5<MODE>
where MODE: PinMode, Alternate<PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<SSck> for PA5<MODE>
where MODE: PinMode, Input<Floating>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.