Searched refs:pages (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/spi_flash/ |
D | flash_mmap.c | 117 static int s_find_non_contiguous_block_nums(const int *pages, int page_count) in s_find_non_contiguous_block_nums() argument 120 int last_end = pages[0] + 1; in s_find_non_contiguous_block_nums() 123 if (pages[i] != last_end) { in s_find_non_contiguous_block_nums() 126 last_end = pages[i] + 1; in s_find_non_contiguous_block_nums() 131 static void s_merge_contiguous_pages(const int *pages, uint32_t page_count, int block_nums, int (*o… in s_merge_contiguous_pages() argument 133 uint32_t last_end = pages[0] + 1; in s_merge_contiguous_pages() 135 out_blocks[new_array_id][0] = pages[0]; in s_merge_contiguous_pages() 140 if (pages[i] != last_end) { in s_merge_contiguous_pages() 143 out_blocks[new_array_id][0] = pages[i]; in s_merge_contiguous_pages() 149 last_end = pages[i] + 1; in s_merge_contiguous_pages() [all …]
|
/hal_espressif-latest/components/spi_flash/include/ |
D | spi_flash_mmap.h | 94 esp_err_t spi_flash_mmap_pages(const int *pages, size_t page_count, spi_flash_mmap_memory_t memory,
|
/hal_espressif-latest/components/spi_flash/sim/ |
D | SpiFlash.h | 59 uint32_t pages; variable
|
D | SpiFlash.cpp | 55 this->pages = DIV_AND_CEIL(this->chip_size, this->page_size); in init()
|
/hal_espressif-latest/components/soc/ |
D | Kconfig | 34 # Since the number of MMU pages is limited, the maximum flash size supported
|
/hal_espressif-latest/components/esp_system/ld/esp32c2/ |
D | memory.ld.in | 42 * Flash cache has 64KB pages. The .bin file which is flashed to the chip
|
/hal_espressif-latest/components/esp_system/ld/esp32c6/ |
D | memory.ld.in | 59 * Flash cache has 64KB pages. The .bin file which is flashed to the chip
|
/hal_espressif-latest/components/esp_system/ld/esp32h2/ |
D | memory.ld.in | 59 * Flash cache has 64KB pages. The .bin file which is flashed to the chip
|
/hal_espressif-latest/components/esp_system/ld/esp32c3/ |
D | memory.ld.in | 52 * Flash cache has 64KB pages. The .bin file which is flashed to the chip
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | memory.ld.in | 67 Flash cache has 64KB pages. The .bin file which is flashed to the chip
|
/hal_espressif-latest/components/esp_system/ld/esp32s3/ |
D | memory.ld.in | 70 * Flash cache has 64KB pages. The .bin file which is flashed to the chip
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | memory.ld.in | 64 Flash cache has 64KB pages. The .bin file which is flashed to the chip
|
/hal_espressif-latest/components/esp_psram/esp32/ |
D | Kconfig.spiram | 241 …to reserve some MMU pages for this, which allows the use of the esp_himem api to manage these bank… 250 int "Amount of 32K pages to reserve for bank switching"
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 927 …boundary) have not been written. This is because flash cache maps entire 64KB pages into the addre…
|