gpio_intr_disable() function
Disable GPIO module interrupt signal
Arguments
gpio_num
GPIO number. If you want to disable the interrupt of e.g. GPIO16, gpio_num should be GPIO_NUM_16 (16);
Return value
- ESP_OK success - ESP_ERR_INVALID_ARG Parameter error
Notes
This function is allowed to be executed when Cache is disabled within ISR context, by enabling `CONFIG_GPIO_CTRL_FUNC_IN_IRAM`
Examples
gpio_intr_disable() is referenced by 3 libraries and example projects: