Type Alias PB4

Source
pub type PB4<Mode> = Pin<Gpiob, U<4>, Mode>;
Expand description

Pin PB4

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<0> for PB4<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<1> for PB4<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<10> for PB4<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<15> for PB4<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<2> for PB4<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<3> for PB4<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<4> for PB4<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<5> for PB4<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<6> for PB4<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PB4<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl MisoPin<SPI1> for PB4<AF5<PushPull>>

Source§

impl MisoPin<SPI3> for PB4<AF6<PushPull>>

Source§

impl<Otype> RxPin<USART2> for PB4<AF7<Otype>>