pub unsafe extern "C" fn esp_etm_del_channel(
    chan: esp_etm_channel_handle_t
) -> esp_err_t
Expand description

@brief Delete an ETM channel

@param[in] chan ETM channel handle that created by esp_etm_new_channel @return - ESP_OK: Delete ETM channel successfully - ESP_ERR_INVALID_ARG: Delete ETM channel failed because of invalid argument - ESP_FAIL: Delete ETM channel failed because of other reasons