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

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

Partially erased pin

Trait Implementations

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

[src]

Drives the pin high Read more

[src]

Drives the pin low Read more

Auto Trait Implementations

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

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