Searched refs:segment_count (Results 1 – 16 of 16) sorted by relevance
| /hal_espressif-latest/components/bootloader_support/include/ |
| D | esp_app_format.h | 74 uint8_t segment_count; /*!< Count of memory segments */ member
|
| /hal_espressif-latest/components/bootloader_support/src/ |
| D | esp_image_format.c | 228 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()
|
| D | bootloader_utility.c | 755 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/ |
| D | soc_flash_init.c | 122 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
|
| /hal_espressif-latest/components/bootloader_support/bootloader_flash/src/ |
| D | bootloader_flash_config_esp32c6.c | 115 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
|
| D | bootloader_flash_config_esp32h2.c | 122 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
|
| D | bootloader_flash_config_esp32c2.c | 139 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
|
| D | bootloader_flash_config_esp32c3.c | 150 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
|
| D | bootloader_flash_config_esp32s2.c | 164 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
|
| D | bootloader_flash_config_esp32s3.c | 171 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
|
| D | bootloader_flash_config_esp32.c | 284 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
|
| /hal_espressif-latest/zephyr/esp32c2/src/ |
| D | soc_flash_init.c | 140 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
|
| /hal_espressif-latest/zephyr/esp32c3/src/ |
| D | soc_flash_init.c | 158 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
|
| /hal_espressif-latest/zephyr/esp32s3/src/ |
| D | soc_flash_init.c | 115 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
|
| /hal_espressif-latest/zephyr/esp32s2/src/ |
| D | soc_flash_init.c | 105 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
|
| /hal_espressif-latest/zephyr/esp32/src/ |
| D | soc_flash_init.c | 253 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
|