pub fn irq_disable(port: u32, pin: u32) -> 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.