Type Alias atsamd_hal::gpio::pin::PullDownInterrupt

source ·
pub type PullDownInterrupt = Interrupt<PullDown>;
Expand description

Type-level variant of PinMode for pull-down Interrupt mode

Aliased Type§

struct PullDownInterrupt { /* private fields */ }