Struct xmc1000_hal::gpio::port1::P1x[][src]

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

Methods

impl<MODE> P1x<Output<MODE>>
[src]

Trait Implementations

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

Drives the pin high Read more

Drives the pin low Read more

Auto Trait Implementations

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

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