Type Alias PB7

Source
pub type PB7<Mode> = Pin<Gpiob, U<7>, Mode>;
Expand description

Pin PB7

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PB7<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<10> for PB7<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<15> for PB7<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<2> for PB7<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<3> for PB7<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<4> for PB7<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<5> for PB7<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PB7<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Otype> RxPin<USART1> for PB7<AF7<Otype>>

Source§

impl SdaPin<I2C1> for PB7<AF4<OpenDrain>>