Type Alias PB3

Source
pub type PB3<Mode> = Pin<Gpiob, U<3>, Mode>;
Expand description

Pin PB3

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<0> for PB3<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<1> for PB3<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<10> for PB3<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<15> for PB3<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<2> for PB3<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<3> for PB3<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<4> for PB3<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<5> for PB3<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<6> for PB3<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PB3<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl SckPin<SPI1> for PB3<AF5<PushPull>>

Source§

impl SckPin<SPI3> for PB3<AF6<PushPull>>

Source§

impl<Otype> TxPin<USART2> for PB3<AF7<Otype>>