Struct stm32f429_hal::gpio::gpiog::PGx [] [src]

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

Partially erased pin

Trait Implementations

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

[src]

Is the output pin high?

[src]

Is the output pin low?

[src]

Sets the pin high

[src]

Sets the pin low

Auto Trait Implementations

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

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