Type Alias PB13

Source
pub type PB13<Mode> = Pin<Gpiob, U<13>, Mode>;
Expand description

Pin PB13

Aliased Type§

pub struct PB13<Mode> { /* private fields */ }

Trait Implementations§

Source§

impl Channel<ADC3> for &PB13<Analog>

Source§

type ID = Id

Channel ID type Read more
Source§

fn channel() -> Self::ID

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<ADC3> for PB13<Analog>

Source§

type ID = Id

Channel ID type Read more
Source§

fn channel() -> Self::ID

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> IntoAf<15> for PB13<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<3> for PB13<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<5> for PB13<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<6> for PB13<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PB13<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl SckPin<SPI2> for PB13<AF5<PushPull>>