/hal_espressif-latest/tools/esptool_py/espefuse/efuse/ |
D | emulate_efuse_controller_base.py | 16 mem = None variable in EmulateEfuseControllerBase 27 self.mem = BitStream( 33 self.mem = BitStream(length=self.REGS.EFUSE_MEM_SIZE * 8) 34 self.mem.set(0) 35 self.mem.tofile(open(self.efuse_file, "a+b")) 39 self.mem = BitStream(self.REGS.EFUSE_MEM_SIZE * 8) 40 self.mem.set(0) 58 self.mem.pos = self.mem.length - ((addr - self.REGS.DR_REG_EFUSE_BASE) * 8 + 32) 59 return self.mem.read("uint:32") 62 self.mem.pos = self.mem.length - ((addr - self.REGS.DR_REG_EFUSE_BASE) * 8 + 32) [all …]
|
/hal_espressif-latest/components/bt/porting/mem/ |
D | bt_osi_mem.c | 16 void *mem = NULL; in bt_osi_mem_malloc() local 18 mem = heap_caps_malloc(size, MALLOC_CAP_INTERNAL|MALLOC_CAP_8BIT); in bt_osi_mem_malloc() 20 mem = heap_caps_malloc(size, MALLOC_CAP_SPIRAM|MALLOC_CAP_8BIT); in bt_osi_mem_malloc() 22 …mem = heap_caps_malloc_prefer(size, 2, MALLOC_CAP_INTERNAL|MALLOC_CAP_IRAM_8BIT, MALLOC_CAP_INTER… in bt_osi_mem_malloc() 24 mem = malloc(size); in bt_osi_mem_malloc() 26 if (!mem) { in bt_osi_mem_malloc() 32 assert(mem != NULL); in bt_osi_mem_malloc() 34 return mem; in bt_osi_mem_malloc()
|
/hal_espressif-latest/components/newlib/ |
D | stdatomic.c | 99 #define ATOMIC_LOAD(n, type) type __atomic_load_ ## n (const volatile void* mem, int memorder) \ 102 type ret = *(const volatile type*)mem; \ 107 #define ATOMIC_STORE(n, type) void __atomic_store_ ## n (volatile void * mem, type val, int memorde… 110 *(volatile type *)mem = val; \ 114 #define ATOMIC_EXCHANGE(n, type) type __atomic_exchange_ ## n (volatile void* mem, type val, int me… 117 type ret = *(volatile type*)mem; \ 118 *(volatile type*)mem = val; \ 123 #define CMP_EXCHANGE(n, type) bool __atomic_compare_exchange_ ## n (volatile void* mem, void* expec… 127 if (*(volatile type*)mem == *(type*)expect) { \ 129 *(volatile type*)mem = desired; \ [all …]
|
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | esp_regdma.h | 97 volatile void *mem; member 105 volatile void *mem; member 122 volatile void *mem; member 130 volatile void *mem; member 225 .mem = NULL \ 243 .mem = NULL, \
|
D | regdma_link.h | 43 plink->body.mem = buff; in regdma_link_init_continuous() 69 plink->body.mem = buff; in regdma_link_init_addr_map() 123 plink->body.mem = buff; in regdma_link_init_branch_continuous() 143 plink->body.mem = buff; in regdma_link_init_branch_addr_map()
|
/hal_espressif-latest/zephyr/port/phy/ |
D | phy_stubs.c | 79 void phy_freq_mem_backup(bool backup_en, uint32_t *mem) in phy_freq_mem_backup() argument 82 ARG_UNUSED(mem); in phy_freq_mem_backup()
|
/hal_espressif-latest/components/esp_rom/patches/ |
D | esp_rom_tlsf.c | 150 tlsf_t (*tlsf_create)(void* mem); 151 tlsf_t (*tlsf_create_with_pool)(void* mem, size_t bytes); 153 pool_t (*tlsf_add_pool)(tlsf_t tlsf, void* mem, size_t bytes);
|
/hal_espressif-latest/zephyr/esp32/src/coex/ |
D | esp_coex_adapter.c | 22 void esp_wifi_free(void *mem) in esp_wifi_free() argument 24 esp_wifi_free_func(mem); in esp_wifi_free()
|
/hal_espressif-latest/zephyr/esp32c2/src/coex/ |
D | esp_coex_adapter.c | 23 void esp_wifi_free(void *mem) in esp_wifi_free() argument 25 esp_wifi_free_func(mem); in esp_wifi_free()
|
/hal_espressif-latest/zephyr/esp32c3/src/coex/ |
D | esp_coex_adapter.c | 23 void esp_wifi_free(void *mem) in esp_wifi_free() argument 25 esp_wifi_free_func(mem); in esp_wifi_free()
|
/hal_espressif-latest/zephyr/esp32c6/src/coex/ |
D | esp_coex_adapter.c | 23 void esp_wifi_free(void *mem) in esp_wifi_free() argument 25 esp_wifi_free_func(mem); in esp_wifi_free()
|
/hal_espressif-latest/zephyr/esp32s3/src/coex/ |
D | esp_coex_adapter.c | 21 void esp_wifi_free(void *mem) in esp_wifi_free() argument 23 esp_wifi_free_func(mem); in esp_wifi_free()
|
/hal_espressif-latest/components/esp_common/ |
D | common.lf | 29 .share.mem
|
/hal_espressif-latest/zephyr/esp32s2/src/coex/ |
D | esp_coex_adapter.c | 23 void esp_wifi_free(void *mem) in esp_wifi_free() argument 25 esp_wifi_free_func(mem); in esp_wifi_free()
|
/hal_espressif-latest/components/esp_phy/include/esp_private/ |
D | phy.h | 115 void phy_freq_mem_backup(bool backup_en, uint32_t *mem);
|
/hal_espressif-latest/components/bt/porting/include/ |
D | mem_api.h | 41 int r_mem_init_mbuf_pool(void *mem, struct os_mempool *mempool,
|
/hal_espressif-latest/components/esp_hw_support/port/ |
D | regdma_link.c | 738 cons->body.backup, cons->body.restore, cons->body.mem); in print_info_continuous_wrapper() 739 print_info_link_data(out, (const uint32_t *)cons->body.mem, head.length); in print_info_continuous_wrapper() 748 map->body.restore, map->body.mem, map->body.map[0], map->body.map[1], 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() 768 cons->body.mem); in print_info_branch_continuous_wrapper() 769 print_info_link_data(out, (const uint32_t *)cons->body.mem, head.length); in print_info_branch_continuous_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() 780 print_info_link_data(out, (const uint32_t *)map->body.mem, head.length); in print_info_branch_addr_map_wrapper()
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/ |
D | emulate_efuse_controller.py | 17 mem = None variable in EmulateEfuseController
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5/ |
D | emulate_efuse_controller.py | 17 mem = None variable in EmulateEfuseController
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5beta3/ |
D | emulate_efuse_controller.py | 17 mem = None variable in EmulateEfuseController
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/ |
D | emulate_efuse_controller.py | 17 mem = None variable in EmulateEfuseController
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c61/ |
D | emulate_efuse_controller.py | 17 mem = None variable in EmulateEfuseController
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2/ |
D | emulate_efuse_controller.py | 17 mem = None variable in EmulateEfuseController
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2beta1/ |
D | emulate_efuse_controller.py | 17 mem = None variable in EmulateEfuseController
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32p4/ |
D | emulate_efuse_controller.py | 17 mem = None variable in EmulateEfuseController
|