Function esp_idf_hal::sys::gpio_intr_disable
source ยท pub unsafe extern "C" fn gpio_intr_disable(gpio_num: i32) -> i32
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