Type Alias PB6

Source
pub type PB6<Mode> = Pin<Gpiob, U<6>, Mode>;
Expand description

Pin PB6

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PB6<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<10> for PB6<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<15> for PB6<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<2> for PB6<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<3> for PB6<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<4> for PB6<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<5> for PB6<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<6> for PB6<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PB6<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl SclPin<I2C1> for PB6<AF4<OpenDrain>>

Source§

impl<Otype> TxPin<USART1> for PB6<AF7<Otype>>