Trait kernel::hil::gpio::InterruptValuePin
source · pub trait InterruptValuePin<'a>: Pin + InterruptWithValue<'a> { }
Expand description
The InterruptValuePin trait allows a pin to be used as either input or output and also to source interrupts which pass a value.