Struct xmc1000_hal::gpio::port0::P0_08[][src]

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

Methods

impl<MODE> P0_08<MODE>
[src]

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

Trait Implementations

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

Drives the pin high Read more

Drives the pin low Read more

Auto Trait Implementations

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

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