esp_etm_del_channel() function
Delete an ETM channel
Arguments
chan
ETM channel handle that created by `esp_etm_new_channel`
Return value
- 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