Struct stm32f30x_hal::gpio::gpioa::PAx [] [src]

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

Partially erased pin

Trait Implementations

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

[src]

Drives the pin high Read more

[src]

Drives the pin low Read more

Auto Trait Implementations

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

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