Home
last modified time | relevance | path

Searched refs:regions (Results 1 – 25 of 33) sorted by relevance

12

/hal_espressif-2.7.6/components/heap/
Dheap_caps_init.c64 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 = &regions[i - 1]; in heap_caps_init()
71 soc_memory_region_t *b = &regions[i]; in heap_caps_init()
82 if (regions[i].type != -1) { in heap_caps_init()
96 soc_memory_region_t *region = &regions[i]; in heap_caps_init()
/hal_espressif-2.7.6/components/soc/
Dmemory_layout_utils.c106 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/
Dspi_flash_chip_driver.h119 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/
Desp32s3.ld40 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
Desp32s3.project.ld.in363 /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */
/hal_espressif-2.7.6/components/esp32c3/ld/
Desp32c3.ld40 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
Desp32c3.project.ld.in343 /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */
/hal_espressif-2.7.6/components/esp32s2/ld/
Desp32s2.ld61 …of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions
Desp32s2.project.ld.in310 /* Addresses of memory regions reserved via
/hal_espressif-2.7.6/components/esp32/ld/
Desp32.ld46 …of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions
Desp32.project.ld.in316 /* Addresses of memory regions reserved via
/hal_espressif-2.7.6/docs/en/api-reference/system/
Dmem_alloc.rst152regions 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 …
Dhimem.rst22 (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/
Dsoc_memory_layout.h136 size_t soc_get_available_memory_regions(soc_memory_region_t *regions);
/hal_espressif-2.7.6/components/spi_flash/
DKconfig74 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.
DREADME_legacy.rst65 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/
Dunit-tests-legacy.rst208 (18) "SPI Master DMA test, TX and RX in different regions" [spi]
Dunit-tests.rst242 (18) "SPI Master DMA test, TX and RX in different regions" [spi]
/hal_espressif-2.7.6/docs/en/api-guides/
Dcore_dump.rst20 …sk's registers, callstack, list of available tasks in the system, memory regions and contents of m…
106 Supported notations and RAM regions
Ddeep-sleep-stub.rst6 …d any data which it uses must also be loaded into RTC memory. RTC memory regions hold their conten…
Derror-handling.rst20 - CPU exceptions: access to protected regions of memory, illegal instruction, etc.
/hal_espressif-2.7.6/components/wear_levelling/doc/
Dwl_sw_structure.rst56 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/
DREADME.md12 …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/
Dspi_flash.rst98 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/
Dtips-and-quirks.rst12 …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