Struct lpc43xx_hal::gpio::P6_23[][src]

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

Pin

Methods

impl<MODE> P6_23<MODE>
[src]

Trait Implementations

impl OutputPin for P6_23<Output>
[src]

Drives the pin high Read more

Drives the pin low Read more

impl InputPin for P6_23<Input>
[src]

Is the input pin high?

Is the input pin low?

Auto Trait Implementations

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

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