[][src]Function mraa_sys::mraa_gpio_isr_exit

pub unsafe extern "C" fn mraa_gpio_isr_exit(
    dev: mraa_gpio_context
) -> mraa_result_t

Stop the current interrupt watcher on this Gpio, and set the Gpio edge mode to MRAA_GPIO_EDGE_NONE(only for sysfs interface).

@param dev The Gpio context @return Result of operation