Struct stm32f103xx_hal::gpio::gpioa::PAx[][src]

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

Partially erased pin

Trait Implementations

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

Drives the pin high Read more

Drives the pin low Read more

impl<MODE> StatefulOutputPin for PAx<Output<MODE>>
[src]

Is the pin in drive high mode? Read more

Is the pin in drive low mode? Read more

impl<MODE> Default for PAx<Output<MODE>>
[src]

Auto Trait Implementations

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

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