Skip to main content

irq_disable

Function irq_disable 

Source
pub fn irq_disable(pin: GpioPin) -> Result<()>
Expand description

Disable a registered GPIO interrupt without removing the registration.

ยงErrors

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