Home
last modified time | relevance | path

Searched defs:region (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/heap/
Dheap_caps_init.c22 static void register_heap(heap_t *region) in register_heap()
92 soc_memory_region_t *region = &regions[i]; in heap_caps_init() local
158 const soc_memory_region_t *region = &soc_memory_regions[i]; in heap_caps_add_region() local
/hal_espressif-latest/components/esp_hw_support/
Dsleep_cpu.c67 cpu_domain_dev_regs_region_t *region; member
303 …cpu_domain_dev_regs_region_t *region = (cpu_domain_dev_regs_region_t *)(frame + sizeof(cpu_domain_… in cpu_domain_dev_sleep_frame_alloc_and_init() local
628 cpu_domain_dev_regs_region_t *region = frame->region; in cpu_domain_dev_regs_save() local
642 cpu_domain_dev_regs_region_t *region = frame->region; in cpu_domain_dev_regs_restore() local
/hal_espressif-latest/components/esp_mm/
Desp_mmu_map.c331 mem_region_t *region = NULL; in esp_mmu_paddr_find_caps() local
585 mem_region_t *region = NULL; in esp_mmu_unmap() local
648 mem_region_t *region = &s_mmu_ctx.mem_regions[i]; in esp_mmu_map_dump_mapped_blocks() local
677 mem_region_t *region = &s_mmu_ctx.mem_regions[i]; in esp_mmu_map_dump_mapped_blocks_private() local
/hal_espressif-latest/components/spi_flash/
Desp_flash_api.c631 const esp_flash_region_t *region = &chip->chip_drv->protectable_regions[i]; in esp_flash_erase_region() local
776 static esp_err_t find_region(const esp_flash_t *chip, const esp_flash_region_t *region, uint8_t *in… in find_region()
792 …IRAM_ATTR esp_flash_get_protected_region(esp_flash_t *chip, const esp_flash_region_t *region, bool… in esp_flash_get_protected_region()
821 …IRAM_ATTR esp_flash_set_protected_region(esp_flash_t *chip, const esp_flash_region_t *region, bool… in esp_flash_set_protected_region()
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dcache.h151 uint8_t region; /*!< autoload region*/ member