Home
last modified time | relevance | path

Searched refs:segment_count (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-latest/components/bootloader_support/include/
Desp_app_format.h74 uint8_t segment_count; /*!< Count of memory segments */ member
/hal_espressif-latest/components/bootloader_support/src/
Desp_image_format.c228 for (int i = 0; i < data->image.segment_count; i++) { in image_load()
337 image->segment_count, in verify_image_header()
351 if (image->segment_count > ESP_IMAGE_MAX_SEGMENTS) { in verify_image_header()
352 …age at 0x%"PRIx32" segment count %d exceeds max %d", src_addr, image->segment_count, ESP_IMAGE_MAX… in verify_image_header()
526 for (int i = 0; i < data->image.segment_count; i++) { in process_segments()
Dbootloader_utility.c755 for (int i = 0; i < data->image.segment_count; i++) {
792 for (int i = 0; i < data->image.segment_count; i++) {
/hal_espressif-latest/zephyr/esp32c6/src/
Dsoc_flash_init.c122 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash_config_esp32c6.c115 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
Dbootloader_flash_config_esp32h2.c122 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
Dbootloader_flash_config_esp32c2.c139 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
Dbootloader_flash_config_esp32c3.c150 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
Dbootloader_flash_config_esp32s2.c164 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
Dbootloader_flash_config_esp32s3.c171 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
Dbootloader_flash_config_esp32.c284 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
/hal_espressif-latest/zephyr/esp32c2/src/
Dsoc_flash_init.c140 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
/hal_espressif-latest/zephyr/esp32c3/src/
Dsoc_flash_init.c158 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
/hal_espressif-latest/zephyr/esp32s3/src/
Dsoc_flash_init.c115 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
/hal_espressif-latest/zephyr/esp32s2/src/
Dsoc_flash_init.c105 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
/hal_espressif-latest/zephyr/esp32/src/
Dsoc_flash_init.c253 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()