irq_enable

Function irq_enable 

Source
pub fn irq_enable(port: u32, pin: u32) -> Result<()>
Expand description

Enable a previously registered GPIO interrupt.

ยงErrors

Returns an error if the interrupt has not been registered or the pin is invalid.