Function esp_idf_sys::pcnt_isr_handler_remove

source ยท
pub unsafe extern "C" fn pcnt_isr_handler_remove(
    unit: pcnt_unit_t,
) -> esp_err_t
Expand description

@brief Delete ISR handler for specified unit.

@param unit PCNT unit number

@return - ESP_OK Success - ESP_ERR_INVALID_STATE pcnt driver has not been initialized - ESP_ERR_INVALID_ARG Parameter error