Struct lpc43xx_hal::gpio::P2_29[][src]

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

Pin

Methods

impl<MODE> P2_29<MODE>
[src]

Trait Implementations

impl OutputPin for P2_29<Output>
[src]

Drives the pin high Read more

Drives the pin low Read more

impl InputPin for P2_29<Input>
[src]

Is the input pin high?

Is the input pin low?

Auto Trait Implementations

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

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