pub unsafe extern "C" fn gpio_intr_disable(
    gpio_num: gpio_num_t
) -> esp_err_t
Expand description

@brief Disable GPIO module interrupt signal

@note This function is allowed to be executed when Cache is disabled within ISR context, by enabling CONFIG_GPIO_CTRL_FUNC_IN_IRAM

@param gpio_num GPIO number. If you want to disable the interrupt of e.g. GPIO16, gpio_num should be GPIO_NUM_16 (16);

@return - ESP_OK success - ESP_ERR_INVALID_ARG Parameter error