Struct stm32f042_hal::gpio::gpioc::PC [] [src]

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

Partially erased pin

Methods

impl<TYPE> PC<TYPE>
[src]

[src]

Trait Implementations

impl<MODE> OutputPin for PC<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 PC<Input<MODE>>
[src]

[src]

Is the input pin high?

[src]

Is the input pin low?

Auto Trait Implementations

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

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