Type Alias PB8

Source
pub type PB8<Mode> = Pin<Gpiob, U<8>, Mode>;
Expand description

Pin PB8

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PB8<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<10> for PB8<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<12> for PB8<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<15> for PB8<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<2> for PB8<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<3> for PB8<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<4> for PB8<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<8> for PB8<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<9> for PB8<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl RxPin for PB8<AF9<PushPull>>

Available on crate feature can only.
Source§

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