Function esp_idf_sys::gpio_isr_handler_remove
source ยท pub unsafe extern "C" fn gpio_isr_handler_remove(
gpio_num: gpio_num_t,
) -> esp_err_t
Expand description
@brief Remove ISR handler for the corresponding GPIO pin.
@param gpio_num GPIO number
@return - ESP_OK Success - ESP_ERR_INVALID_STATE Wrong state, the ISR service has not been initialized. - ESP_ERR_INVALID_ARG Parameter error