Function esp_idf_hal::sys::esp_etm_dump

source ·
pub unsafe extern "C" fn esp_etm_dump(out_stream: *mut __sFILE) -> i32
Expand description

@brief Dump ETM channel usages to the given IO stream

@param[in] out_stream IO stream (e.g. stdout) @return - ESP_OK: Dump ETM channel usages successfully - ESP_ERR_INVALID_ARG: Dump ETM channel usages failed because of invalid argument - ESP_FAIL: Dump ETM channel usages failed because of other reasons