Function esp_idf_hal::sys::esp_image_get_flash_size
source ยท pub unsafe extern "C" fn esp_image_get_flash_size(
app_flash_size: u32,
) -> i32
Expand description
@brief Get the flash size of the image
@param app_flash_size The value configured in the image header @return Actual size, in bytes.