Searched refs:regions (Results 1 – 25 of 33) sorted by relevance
12
/hal_espressif-2.7.6/components/heap/ |
D | heap_caps_init.c | 64 soc_memory_region_t regions[num_regions]; in heap_caps_init() local 65 num_regions = soc_get_available_memory_regions(regions); in heap_caps_init() 70 soc_memory_region_t *a = ®ions[i - 1]; in heap_caps_init() 71 soc_memory_region_t *b = ®ions[i]; in heap_caps_init() 82 if (regions[i].type != -1) { in heap_caps_init() 96 soc_memory_region_t *region = ®ions[i]; in heap_caps_init()
|
/hal_espressif-2.7.6/components/soc/ |
D | memory_layout_utils.c | 106 size_t soc_get_available_memory_regions(soc_memory_region_t *regions) in soc_get_available_memory_regions() argument 108 soc_memory_region_t *out_region = regions; in soc_get_available_memory_regions() 193 return (out_region - regions); /* return number of regions */ in soc_get_available_memory_regions()
|
/hal_espressif-2.7.6/components/spi_flash/include/ |
D | spi_flash_chip_driver.h | 119 esp_err_t (*get_protected_regions)(esp_flash_t *chip, uint64_t *regions); 122 esp_err_t (*set_protected_regions)(esp_flash_t *chip, uint64_t regions);
|
/hal_espressif-2.7.6/components/esp32s3/ld/ |
D | esp32s3.ld | 40 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
|
D | esp32s3.project.ld.in | 363 /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */
|
/hal_espressif-2.7.6/components/esp32c3/ld/ |
D | esp32c3.ld | 40 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
|
D | esp32c3.project.ld.in | 343 /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */
|
/hal_espressif-2.7.6/components/esp32s2/ld/ |
D | esp32s2.ld | 61 …of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions…
|
D | esp32s2.project.ld.in | 310 /* Addresses of memory regions reserved via
|
/hal_espressif-2.7.6/components/esp32/ld/ |
D | esp32.ld | 46 …of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions…
|
D | esp32.project.ld.in | 316 /* Addresses of memory regions reserved via
|
/hal_espressif-2.7.6/docs/en/api-reference/system/ |
D | mem_alloc.rst | 152 …regions of memory in the chip comes from the "soc" component, which contains memory layout informa… 156 The heap capabilities allocator uses knowledge of the memory regions to initialize each individual …
|
D | himem.rst | 22 (called 'regions' in the API) as well as one or more of banks of memory to map into the ranges.
|
/hal_espressif-2.7.6/components/soc/include/soc/ |
D | soc_memory_layout.h | 136 size_t soc_get_available_memory_regions(soc_memory_region_t *regions);
|
/hal_espressif-2.7.6/components/spi_flash/ |
D | Kconfig | 74 bool "Writing to dangerous flash regions" 82 It is not recommended to ever write to these regions from an IDF app, 84 damaging these regions.
|
D | README_legacy.rst | 65 ESP-IDF projects use a partition table to maintain information about various regions of SPI flash m… 89 ESP32 features memory hardware which allows regions of flash memory to be mapped into instruction a…
|
/hal_espressif-2.7.6/docs/zh_CN/api-guides/ |
D | unit-tests-legacy.rst | 208 (18) "SPI Master DMA test, TX and RX in different regions" [spi]
|
D | unit-tests.rst | 242 (18) "SPI Master DMA test, TX and RX in different regions" [spi]
|
/hal_espressif-2.7.6/docs/en/api-guides/ |
D | core_dump.rst | 20 …sk's registers, callstack, list of available tasks in the system, memory regions and contents of m… 106 Supported notations and RAM regions
|
D | deep-sleep-stub.rst | 6 …d any data which it uses must also be loaded into RTC memory. RTC memory regions hold their conten…
|
D | error-handling.rst | 20 - CPU exceptions: access to protected regions of memory, illegal instruction, etc.
|
/hal_espressif-2.7.6/components/wear_levelling/doc/ |
D | wl_sw_structure.rst | 56 The WLC divide the memory that are define by start_addr and full_mem_size to three regions:
|
/hal_espressif-2.7.6/examples/system/himem/ |
D | README.md | 12 …m API (which essentially is a bank switching scheme for the upper memory regions), the upper 4 MiB…
|
/hal_espressif-2.7.6/docs/en/api-reference/storage/ |
D | spi_flash.rst | 98 ESP-IDF projects use a partition table to maintain information about various regions of SPI flash m… 125 {IDF_TARGET_NAME} features memory hardware which allows regions of flash memory to be mapped into i…
|
/hal_espressif-2.7.6/docs/en/api-guides/jtag-debugging/ |
D | tips-and-quirks.rst | 12 …c and can be set anywhere in the code: either in flash or IRAM program's regions. Additionally the… 28 … address space to the flash one, OpenOCD uses mappings of program's code regions resided in flash.…
|
12