Function esp_idf_svc::sys::esp_core_dump_write

source ยท
pub unsafe extern "C" fn esp_core_dump_write(info: *mut panic_info_t)
Expand description

@brief Print/store coredump data to the selected destination uart or flash.

@param info Pointer to the panic information. It contains the execution frame.

@return ESP_OK on success, otherwise \see esp_err_t