Function esp_idf_sys::esp_core_dump_image_get
source ยท pub unsafe extern "C" fn esp_core_dump_image_get(
out_addr: *mut usize,
out_size: *mut usize,
) -> esp_err_t
Expand description
@brief Retrieves address and size of coredump data in flash. This function is always available, even when core dump is disabled in menuconfig.
@param out_addr pointer to store image address in flash. @param out_size pointer to store image size in flash (including checksum). In bytes.
@return ESP_OK on success, otherwise \see esp_err_t