[][src]Type Definition atsamd_hal::common::gpio::v1::Input

type Input<MODE> = Input<MODE>;

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