Struct atsamd21_hal::gpio::Input [] [src]

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

Represents a pin configured for input. The MODE type is typically one of Floating, PullDown or PullUp.

Trait Implementations

Auto Trait Implementations

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

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