Home
last modified time | relevance | path

Searched refs:map (Results 1 – 25 of 30) sorted by relevance

12

/hal_espressif-latest/tools/esptool_py/test/images/ram_helloworld/source/
DMakefile54 …$(Q) $(CROSS_8266)gcc $(CFLAGS) -DESP8266=1 -Tapp_8266.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %…
58 …$(Q) $(CROSS_32)gcc $(CFLAGS) -DESP32=1 -Tapp_32.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %.c, $^…
62 …$(Q) $(CROSS_32S2)gcc $(CFLAGS) -DESP32S2=1 -Tapp_32s2.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %…
66 …$(Q) $(CROSS_32S3)gcc $(CFLAGS) -DESP32S3=1 -Tapp_32s3.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %…
70 …$(Q) $(CROSS_32S3)gcc $(CFLAGS) -DESP32S3=1 -Tapp_32s3.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %…
74 …$(Q) $(CROSS_ESPRISCV32)gcc $(CFLAGS_ESPRISCV32) -DESP32C3=1 -Tapp_32c3.ld -Wl,-Map=$(@:.elf=.map)…
78 …$(Q) $(CROSS_ESPRISCV32)gcc $(CFLAGS_ESPRISCV32) -DESP32C2=1 -Tapp_32c2.ld -Wl,-Map=$(@:.elf=.map)…
82 …$(Q) $(CROSS_ESPRISCV32)gcc $(CFLAGS_ESPRISCV32) -DESP32C6=1 -Tapp_32c6.ld -Wl,-Map=$(@:.elf=.map)…
86 …32)gcc $(CFLAGS_ESPRISCV32) -DESP32C61=1 -Tapp_32c61.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %.c…
90 …$(Q) $(CROSS_ESPRISCV32)gcc $(CFLAGS_ESPRISCV32) -DESP32H2=1 -Tapp_32h2.ld -Wl,-Map=$(@:.elf=.map)…
[all …]
/hal_espressif-latest/tools/esptool_py/flasher_stub/
DMakefile132 …$(Q) $(CROSS_8266)gcc $(CFLAGS) -DESP8266=1 -Tstub_8266.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter …
136 …$(Q) $(CROSS_32)gcc $(CFLAGS) -DESP32=1 -Tstub_32.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %.c, $…
140 …$(Q) $(CROSS_32S2)gcc $(CFLAGS) -DESP32S2=1 -Tstub_32s2.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter …
144 …$(Q) $(CROSS_32S3)gcc $(CFLAGS) -DESP32S3BETA2=1 -Tstub_32s3_beta_2.ld -Wl,-Map=$(@:.elf=.map) -o …
148 …$(Q) $(CROSS_32S3)gcc $(CFLAGS) -DESP32S3=1 -Tstub_32s3.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter …
152 …$(Q) $(CROSS_ESPRISCV32)gcc $(CFLAGS_ESPRISCV32) -DESP32C3=1 -Tstub_32c3.ld -Wl,-Map=$(@:.elf=.map
156 …(CFLAGS_ESPRISCV32) -DESP32C6BETA=1 -Tstub_32c6_beta.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %.c…
160 …LAGS_ESPRISCV32) -DESP32H2BETA1=1 -Tstub_32h2_beta_1.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %.c…
164 …LAGS_ESPRISCV32) -DESP32H2BETA2=1 -Tstub_32h2_beta_2.ld -Wl,-Map=$(@:.elf=.map) -o $@ $(filter %.c…
168 …$(Q) $(CROSS_ESPRISCV32)gcc $(CFLAGS_ESPRISCV32) -DESP32C2=1 -Tstub_32c2.ld -Wl,-Map=$(@:.elf=.map
[all …]
/hal_espressif-latest/components/esp_hw_support/port/
Dregdma_link.c197 …regdma_link_new_addr_map_default((void *)(config->addr_map.backup), (void *)(config->addr_map.map), in regdma_link_init_addr_map_wrapper()
250 (void *)(config->addr_map.map), config->head.length, (void *)(config->addr_map.restore), in regdma_link_init_branch_addr_map_wrapper()
745 regdma_link_addr_map_t *map = CONTAINER_OF(link, regdma_link_addr_map_t, head); in print_info_addr_map_wrapper() local
747map->stat.module, map->stat.id, link, *(uint32_t *)&map->head, map->body.next, map->body.backup, in print_info_addr_map_wrapper()
748 map->body.restore, map->body.mem, map->body.map[0], map->body.map[1], in print_info_addr_map_wrapper()
749 map->body.map[2], map->body.map[3]); in print_info_addr_map_wrapper()
750 print_info_link_data(out, (const uint32_t *)map->body.mem, head.length); in print_info_addr_map_wrapper()
775 regdma_link_branch_addr_map_t *map = CONTAINER_OF(link, regdma_link_branch_addr_map_t, head); in print_info_branch_addr_map_wrapper() local
777map->stat.module, map->stat.id, link, *(uint32_t *)&map->head, map->body.next[0], map->body.next[1… in print_info_branch_addr_map_wrapper()
778 map->body.next[3], map->body.backup, map->body.restore, map->body.mem, map->body.map[0], in print_info_branch_addr_map_wrapper()
[all …]
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dregdma_link.h70 plink->body.map[0] = bitmap[0]; in regdma_link_init_addr_map()
71 plink->body.map[1] = bitmap[1]; in regdma_link_init_addr_map()
72 plink->body.map[2] = bitmap[2]; in regdma_link_init_addr_map()
73 plink->body.map[3] = bitmap[3]; in regdma_link_init_addr_map()
145 plink->body.map[0] = bitmap[0]; in regdma_link_init_branch_addr_map()
146 plink->body.map[1] = bitmap[1]; in regdma_link_init_branch_addr_map()
147 plink->body.map[2] = bitmap[2]; in regdma_link_init_branch_addr_map()
148 plink->body.map[3] = bitmap[3]; in regdma_link_init_branch_addr_map()
Desp_regdma.h106 volatile uint32_t map[4]; member
131 volatile uint32_t map[4]; member
244 .map = {__VA_ARGS__} \
/hal_espressif-latest/components/heap/
DKconfig74 bool "Use hash map mechanism to access heap trace records"
78 Enable this flag to use a hash map to increase performance in handling
88 int "The number of entries in the hash map"
94 the bigger the hash map will be in the memory. In case the tracing mode is set to
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash.c55 static spi_flash_mmap_handle_t map; variable
64 if (map) { in bootloader_mmap()
71 esp_err_t err = spi_flash_mmap(src_page, size, SPI_FLASH_MMAP_DATA, &result, &map); in bootloader_mmap()
81 if (mapping && map) { in bootloader_munmap()
82 spi_flash_munmap(map); in bootloader_munmap()
84 map = 0; in bootloader_munmap()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c52 static spi_flash_mmap_handle_t map; variable
61 if (map) { in bootloader_mmap()
68 esp_err_t err = spi_flash_mmap(src_page, size, SPI_FLASH_MMAP_DATA, &result, &map); in bootloader_mmap()
78 if (mapping && map) { in bootloader_munmap()
79 spi_flash_munmap(map); in bootloader_munmap()
81 map = 0; in bootloader_munmap()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dintpri_struct.h61 uint32_t map:4; member
/hal_espressif-latest/components/esp_psram/
DKconfig.spiram.common27 memory region in the CPU's memory map, by integrating it in the heap as 'special' memory
32 bool "Integrate RAM into memory map"
/hal_espressif-latest/components/esp_system/
Dsystem_init_fn.txt13 # affinity_expression: bit map of cores the function is executed on
/hal_espressif-latest/components/esp_system/ld/esp32c2/
Dmemory.ld.in29 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
/hal_espressif-latest/components/bootloader/
Dproject_include.cmake18 "${BOOTLOADER_BUILD_DIR}/bootloader.map"
/hal_espressif-latest/components/esp_system/ld/esp32c6/
Dmemory.ld.in46 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
/hal_espressif-latest/components/esp_system/ld/esp32h2/
Dmemory.ld.in46 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
/hal_espressif-latest/components/esp_system/ld/esp32c3/
Dmemory.ld.in39 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
/hal_espressif-latest/components/spi_flash/
Desp_flash_api.c1148 const uint8_t *map; in esp_flash_read_encrypted() local
1153 err = spi_flash_mmap(map_src, map_size, SPI_FLASH_MMAP_DATA, (const void **)&map, &map_handle); in esp_flash_read_encrypted()
1157 memcpy(out_buffer, map + (address - map_src), length); in esp_flash_read_encrypted()
/hal_espressif-latest/components/bt/controller/esp32/
DKconfig.in462 bool "BLE ACL channel map update procedure"
467 when instant passed in channel map update procedure.
476 for each channel and then start a timer to check and update the channel map every 4 seconds.
/hal_espressif-latest/components/bt/controller/esp32c3/
DKconfig.in485 for each channel and then start a timer to check and update the channel map every 4 seconds.
503 bool "BLE ACL channel map update procedure"
507 when instant passed in channel map update procedure.
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dmemory.ld.in54 …of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions…
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s2/
Dbootloader.ld6 /* Simplified memory map for the bootloader.
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dmemory.ld.in57 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld11 /* Simplified memory map for the bootloader
/hal_espressif-latest/components/esp_system/ld/esp32/
Dmemory.ld.in51 …of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions…
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c2/
Dbootloader.ld6 /** Simplified memory map for the bootloader.

12