Type Alias PB8

Source
pub type PB8<MODE = Input<Floating>> = Pin<'B', 8, MODE>;

Aliased Type§

pub struct PB8<MODE = Input<Floating>> { /* private fields */ }

Trait Implementations§

Source§

impl<Otype> CPin<TIM10, $C> for PB8<Alternate<3, Otype>>

Source§

impl<Otype> CPin<TIM4, $C> for PB8<Alternate<2, Otype>>

Source§

impl PinRx<UART5> for PB8<Alternate<7>>

Source§

impl PinScl<I2C1> for PB8<Alternate<4, OpenDrain>>