Struct stm32f429_hal::gpio::gpioh::PHx [] [src]

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

Partially erased pin

Trait Implementations

impl<MODE> OutputPin for PHx<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 PHx<MODE> where
    MODE: Send

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