Function esp_idf_hal::sys::esp_etm_del_channel
source ยท pub unsafe extern "C" fn esp_etm_del_channel(
chan: *mut esp_etm_channel_t,
) -> i32
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