Struct stm32f042_hal::gpio::gpioa::PA [] [src]

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

Partially erased pin

Methods

impl<TYPE> PA<TYPE>
[src]

[src]

Trait Implementations

impl<MODE> OutputPin for PA<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

impl<MODE> InputPin for PA<Input<MODE>>
[src]

[src]

Is the input pin high?

[src]

Is the input pin low?

Auto Trait Implementations

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

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