pub fn irq_disable(pin: GpioPin) -> Result<()>
Disable a registered GPIO interrupt without removing the registration.
Returns an error if the interrupt has not been registered or the pin is invalid.