Home
last modified time | relevance | path

Searched defs:mem (Results 1 – 25 of 32) sorted by relevance

12

/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_spiram_cache_flush.c40 volatile unsigned char *mem=(volatile unsigned char*)arg; in tstMem() local
60 void *mem[2]; variable
104 void *mem[2]; variable
Dtest_himem.c22 static void fill_mem_seed(int seed, void *mem, int len) in fill_mem_seed()
32 static bool check_mem_seed(int seed, void *mem, int len) in check_mem_seed()
/hal_espressif-3.6.0/examples/system/himem/main/
Dhimem_example_main.c25 static void fill_mem_seed(int seed, void *mem, int len) in fill_mem_seed()
37 static bool check_mem_seed(int seed, void *mem, int len, int phys_addr) in check_mem_seed()
/hal_espressif-3.6.0/components/hal/include/hal/
Drmt_hal.h30 rmt_mem_t *mem; /*!< RMT Memory base address */ member
/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/test/
Dccomp_timer_test_data.c124 static ccomp_test_time_t perform_test_at_hit_rate(int hit_rate, const uint8_t *mem) in perform_test_at_hit_rate()
147 uint8_t *mem = heap_caps_malloc(2 * CACHE_SIZE, MALLOC_CAP_INTERNAL | MALLOC_CAP_DEFAULT); in ccomp_test_ref_time() local
/hal_espressif-3.6.0/zephyr/esp_shared/src/common/
Dheap_caps.c44 void *mem; in z_esp_aligned_alloc() local
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32s3beta2/
Demulate_efuse_controller.py17 mem = None variable in EmulateEfuseController
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32c3/
Demulate_efuse_controller.py17 mem = None variable in EmulateEfuseController
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32h2/
Demulate_efuse_controller.py17 mem = None variable in EmulateEfuseController
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32h2beta1/
Demulate_efuse_controller.py17 mem = None variable in EmulateEfuseController
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32s2/
Demulate_efuse_controller.py17 mem = None variable in EmulateEfuseController
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32s3/
Demulate_efuse_controller.py17 mem = None variable in EmulateEfuseController
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32c6/
Demulate_efuse_controller.py17 mem = None variable in EmulateEfuseController
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32c2/
Demulate_efuse_controller.py19 mem = None variable in EmulateEfuseController
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32/
Demulate_efuse_controller.py17 mem = None variable in EmulateEfuseController
/hal_espressif-3.6.0/components/heap/
Dheap_tlsf.c651 pool_t tlsf_add_pool(tlsf_t tlsf, void* mem, size_t bytes) in tlsf_add_pool()
720 tlsf_t tlsf_create(void* mem) in tlsf_create()
746 tlsf_t tlsf_create_with_pool(void* mem, size_t bytes) in tlsf_create_with_pool()
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/
Demulate_efuse_controller_base.py16 mem = None variable in EmulateEfuseControllerBase
/hal_espressif-3.6.0/components/driver/test/
Dtest_spi_slave_hd.c350 uint32_t mem[(REG_REGION_SIZE/4)]; in test_hd_loop() local
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Drmt_ll.h350 static inline void rmt_ll_write_memory(rmt_mem_t *mem, uint32_t channel, const void *data, size_t l… in rmt_ll_write_memory()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c48 void *net_buf_simple_add_mem(struct net_buf_simple *buf, const void *mem, in net_buf_simple_add_mem()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h1090 #define net_buf_add_mem(buf, mem, len) net_buf_simple_add_mem(&(buf)->b, mem, len) argument
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Drmt_ll.h426 static inline void rmt_ll_write_memory(rmt_mem_t *mem, uint32_t channel, const void *data, size_t l… in rmt_ll_write_memory()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Drmt_ll.h479 static inline void rmt_ll_write_memory(rmt_mem_t *mem, uint32_t channel, const void *data, size_t l… in rmt_ll_write_memory()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Drmt_ll.h482 static inline void rmt_ll_write_memory(rmt_mem_t *mem, uint32_t channel, const void *data, size_t l… in rmt_ll_write_memory()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Drmt_ll.h480 static inline void rmt_ll_write_memory(rmt_mem_t *mem, uint32_t channel, const void *data, size_t l… in rmt_ll_write_memory()

12