Struct stm32f103xx_hal::gpio::gpiob::PBx[][src]

pub struct PBx<MODE> { /* fields omitted */ }

Partially erased pin

Trait Implementations

impl<MODE> OutputPin for PBx<Output<MODE>>
[src]

Drives the pin high Read more

Drives the pin low Read more

impl<MODE> StatefulOutputPin for PBx<Output<MODE>>
[src]

Is the pin in drive high mode? Read more

Is the pin in drive low mode? Read more

impl<MODE> Default for PBx<Output<MODE>>
[src]

Auto Trait Implementations

impl<MODE> Send for PBx<MODE> where
    MODE: Send

impl<MODE> Sync for PBx<MODE> where
    MODE: Sync