Struct stm32f042_hal::gpio::gpiof::PF [] [src]

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

Partially erased pin

Methods

impl<TYPE> PF<TYPE>
[src]

[src]

Trait Implementations

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

[src]

Is the input pin high?

[src]

Is the input pin low?

Auto Trait Implementations

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

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