gpio_remove_raw_irq_handler_masked64() function
Removes a raw GPIO IRQ handler for the specified GPIOs on the current core In addition to the default mechanism of a single GPIO IRQ event callback per core (see gpio_set_irq_callback), it is possible to add explicit GPIO IRQ handlers which are called independent of the default event callback. This method removes such a callback, and enables the "default" callback for the specified GPIOs.
Arguments
gpio_mask
a bit mask of the GPIO numbers that will now be passed to the default callback for this core
handler
the handler to remove from the list of GPIO IRQ handlers for this core