Type Alias PB15

Source
pub type PB15<Mode> = Pin<Gpiob, U<15>, Mode>;
Expand description

Pin PB15

Aliased Type§

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

Trait Implementations§

Source§

impl Channel<ADC4> for &PB15<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<ADC4> for PB15<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<0> for PB15<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<1> for PB15<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<15> for PB15<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<2> for PB15<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<4> for PB15<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<5> for PB15<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl MosiPin<SPI2> for PB15<AF5<PushPull>>