Struct lpc43xx_hal::gpio::P5_4[][src]

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

Pin

Methods

impl<MODE> P5_4<MODE>
[src]

Trait Implementations

impl OutputPin for P5_4<Output>
[src]

Drives the pin high Read more

Drives the pin low Read more

impl InputPin for P5_4<Input>
[src]

Is the input pin high?

Is the input pin low?

Auto Trait Implementations

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

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