Home
last modified time | relevance | path

Searched refs:heap_caps_calloc (Results 1 – 25 of 47) sorted by relevance

12

/hal_espressif-latest/components/mbedtls/port/
Desp_mem.c17 return heap_caps_calloc(n, size, MALLOC_CAP_INTERNAL|MALLOC_CAP_8BIT);
19 return heap_caps_calloc(n, size, MALLOC_CAP_SPIRAM|MALLOC_CAP_8BIT);
28 return heap_caps_calloc(n, size, MALLOC_CAP_INTERNAL|MALLOC_CAP_8BIT);
/hal_espressif-latest/components/bt/porting/mem/
Dbt_osi_mem.c40 return heap_caps_calloc(n, size, MALLOC_CAP_INTERNAL|MALLOC_CAP_8BIT); in bt_osi_mem_calloc()
42 return heap_caps_calloc(n, size, MALLOC_CAP_SPIRAM|MALLOC_CAP_8BIT); in bt_osi_mem_calloc()
57 return heap_caps_calloc(n, size, MALLOC_CAP_INTERNAL|MALLOC_CAP_8BIT|MALLOC_CAP_DMA); in bt_osi_mem_calloc_internal()
/hal_espressif-latest/components/spi_flash/
Dflash_mmap.c65 block = heap_caps_calloc(1, sizeof(mmap_block_t), MALLOC_CAP_INTERNAL); in spi_flash_mmap()
71 vaddr_list = heap_caps_calloc(1, 1 * sizeof(uint32_t), MALLOC_CAP_INTERNAL); in spi_flash_mmap()
181 block = heap_caps_calloc(1, sizeof(mmap_block_t), MALLOC_CAP_INTERNAL); in spi_flash_mmap_pages()
187 vaddr_list = heap_caps_calloc(1, block_num * sizeof(uint32_t), MALLOC_CAP_INTERNAL); in spi_flash_mmap_pages()
/hal_espressif-latest/components/esp_adc/esp32c2/
Dadc_cali_line_fitting.c66 …adc_cali_scheme_t *scheme = (adc_cali_scheme_t *)heap_caps_calloc(1, sizeof(adc_cali_scheme_t), MA… in adc_cali_create_scheme_line_fitting()
69 …cali_chars_line_fitting_t *chars = (cali_chars_line_fitting_t *)heap_caps_calloc(1, sizeof(cali_ch… in adc_cali_create_scheme_line_fitting()
/hal_espressif-latest/components/esp_adc/
Dadc_cali_curve_fitting.c82 …adc_cali_scheme_t *scheme = (adc_cali_scheme_t *)heap_caps_calloc(1, sizeof(adc_cali_scheme_t), MA… in adc_cali_create_scheme_curve_fitting()
85 …cali_chars_curve_fitting_t *chars = (cali_chars_curve_fitting_t *)heap_caps_calloc(1, sizeof(cali_… in adc_cali_create_scheme_curve_fitting()
191 …uint64_t *term = (uint64_t *)heap_caps_calloc(term_num, sizeof(uint64_t), MALLOC_CAP_INTERNAL | MA… in get_reading_error()
Dadc_continuous.c108 …adc_continuous_ctx_t *adc_ctx = heap_caps_calloc(1, sizeof(adc_continuous_ctx_t), MALLOC_CAP_INTER… in adc_continuous_new_handle()
115 …adc_ctx->ringbuf_storage = heap_caps_calloc(1, hdl_config->max_store_buf_size, MALLOC_CAP_INTERNAL… in adc_continuous_new_handle()
116 …adc_ctx->ringbuf_struct = heap_caps_calloc(1, sizeof(StaticRingbuffer_t), MALLOC_CAP_INTERNAL | MA… in adc_continuous_new_handle()
130 …adc_ctx->rx_dma_buf = heap_caps_calloc(1, hdl_config->conv_frame_size * INTERNAL_BUF_NUM, MALLOC_C… in adc_continuous_new_handle()
139 …adc_ctx->hal.rx_desc = heap_caps_calloc(1, (sizeof(dma_descriptor_t)) * dma_desc_max_num, MALLOC_C… in adc_continuous_new_handle()
/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma_etm.c59 event = heap_caps_calloc(1, sizeof(esp_etm_event_t), ETM_MEM_ALLOC_CAPS); in gdma_new_etm_event()
93 task = heap_caps_calloc(1, sizeof(gdma_etm_task_t), ETM_MEM_ALLOC_CAPS); in gdma_new_etm_task()
/hal_espressif-latest/components/esp_system/
Dsystick_etm.c31 event = heap_caps_calloc(1, sizeof(esp_etm_event_t), ETM_MEM_ALLOC_CAPS); in esp_systick_new_etm_alarm_event()
/hal_espressif-latest/components/esp_coex/esp32s2/
Desp_coex_adapter.c148 …modem_static_queue_t *semphr = heap_caps_calloc(1, sizeof(modem_static_queue_t), MALLOC_CAP_8BIT|M… in esp_coex_internal_semphr_create_wrapper()
154 …semphr->storage = heap_caps_calloc(1, sizeof(StaticSemaphore_t), MALLOC_CAP_8BIT|MALLOC_CAP_INTERN… in esp_coex_internal_semphr_create_wrapper()
/hal_espressif-latest/components/esp_coex/esp32/
Desp_coex_adapter.c138 …modem_static_queue_t *semphr = heap_caps_calloc(1, sizeof(modem_static_queue_t), MALLOC_CAP_8BIT|M… in esp_coex_internal_semphr_create_wrapper()
144 …semphr->storage = heap_caps_calloc(1, sizeof(StaticSemaphore_t), MALLOC_CAP_8BIT|MALLOC_CAP_INTERN… in esp_coex_internal_semphr_create_wrapper()
/hal_espressif-latest/components/esp_coex/esp32s3/
Desp_coex_adapter.c154 …modem_static_queue_t *semphr = heap_caps_calloc(1, sizeof(modem_static_queue_t), MALLOC_CAP_8BIT|M… in esp_coex_internal_semphr_create_wrapper()
160 …semphr->storage = heap_caps_calloc(1, sizeof(StaticSemaphore_t), MALLOC_CAP_8BIT|MALLOC_CAP_INTERN… in esp_coex_internal_semphr_create_wrapper()
/hal_espressif-latest/components/esp_adc/esp32s2/
Dadc_cali_line_fitting.c103 …adc_cali_scheme_t *scheme = (adc_cali_scheme_t *)heap_caps_calloc(1, sizeof(adc_cali_scheme_t), MA… in adc_cali_create_scheme_line_fitting()
106 …cali_chars_line_fitting_t *chars = (cali_chars_line_fitting_t *)heap_caps_calloc(1, sizeof(cali_ch… in adc_cali_create_scheme_line_fitting()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_common.c32 return heap_caps_calloc(1, size, MALLOC_CAP_INTERNAL|MALLOC_CAP_8BIT); in bt_mesh_calloc()
/hal_espressif-latest/components/heap/include/
Desp_heap_caps.h181 void *heap_caps_calloc(size_t n, size_t size, uint32_t caps);
/hal_espressif-latest/components/driver/gpio/
Dgpio_pin_glitch_filter.c84 filter = heap_caps_calloc(1, sizeof(gpio_pin_glitch_filter_t), FILTER_MEM_ALLOC_CAPS); in gpio_new_pin_glitch_filter()
Dgpio_etm.c165 event = heap_caps_calloc(1, sizeof(gpio_etm_event_t), ETM_MEM_ALLOC_CAPS); in gpio_new_etm_event()
209 task = heap_caps_calloc(1, sizeof(gpio_etm_task_t), ETM_MEM_ALLOC_CAPS); in gpio_new_etm_task()
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c117 …queue->storage = heap_caps_calloc(1, sizeof(StaticQueue_t) + (queue_len*item_size), MALLOC_CAP_INT… in wifi_create_queue()
398 return heap_caps_calloc(n, size, MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL); in calloc_internal_wrapper()
403 void *ptr = heap_caps_calloc(1, size, MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL); in zalloc_internal_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c126 …queue->storage = heap_caps_calloc(1, sizeof(StaticQueue_t) + (queue_len*item_size), MALLOC_CAP_INT… in wifi_create_queue()
407 return heap_caps_calloc(n, size, MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL); in calloc_internal_wrapper()
412 void *ptr = heap_caps_calloc(1, size, MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL); in zalloc_internal_wrapper()
/hal_espressif-latest/components/driver/uart/
Duart.c1433 uart_obj_t *uart_obj = heap_caps_calloc(1, sizeof(uart_obj_t), UART_MALLOC_CAPS); in uart_alloc_driver_obj()
1439 …uart_obj->event_queue_storage = heap_caps_calloc(event_queue_size, sizeof(uart_event_t), UART_MALL… in uart_alloc_driver_obj()
1440 uart_obj->event_queue_struct = heap_caps_calloc(1, sizeof(StaticQueue_t), UART_MALLOC_CAPS); in uart_alloc_driver_obj()
1446 uart_obj->tx_ring_buf_storage = heap_caps_calloc(1, tx_buffer_size, UART_MALLOC_CAPS); in uart_alloc_driver_obj()
1447 … uart_obj->tx_ring_buf_struct = heap_caps_calloc(1, sizeof(StaticRingbuffer_t), UART_MALLOC_CAPS); in uart_alloc_driver_obj()
1452 uart_obj->rx_ring_buf_storage = heap_caps_calloc(1, rx_buffer_size, UART_MALLOC_CAPS); in uart_alloc_driver_obj()
1453 … uart_obj->rx_ring_buf_struct = heap_caps_calloc(1, sizeof(StaticRingbuffer_t), UART_MALLOC_CAPS); in uart_alloc_driver_obj()
1454 uart_obj->rx_mux_struct = heap_caps_calloc(1, sizeof(StaticSemaphore_t), UART_MALLOC_CAPS); in uart_alloc_driver_obj()
1455 uart_obj->tx_mux_struct = heap_caps_calloc(1, sizeof(StaticSemaphore_t), UART_MALLOC_CAPS); in uart_alloc_driver_obj()
1456 uart_obj->tx_brk_sem_struct = heap_caps_calloc(1, sizeof(StaticSemaphore_t), UART_MALLOC_CAPS); in uart_alloc_driver_obj()
[all …]
/hal_espressif-latest/components/esp_hw_support/
Desp_etm.c74 group = heap_caps_calloc(1, sizeof(etm_group_t), ETM_MEM_ALLOC_CAPS); in etm_acquire_group_handle()
184 chan = heap_caps_calloc(1, sizeof(esp_etm_channel_t), ETM_MEM_ALLOC_CAPS); in esp_etm_new_channel()
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c120 …queue->storage = heap_caps_calloc(1, sizeof(StaticQueue_t) + (queue_len*item_size), MALLOC_CAP_INT… in wifi_create_queue()
415 return heap_caps_calloc(n, size, MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL); in calloc_internal_wrapper()
420 void *ptr = heap_caps_calloc(1, size, MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL); in zalloc_internal_wrapper()
/hal_espressif-latest/components/driver/deprecated/
Dsigma_delta_legacy.c84 …p_sigmadelta_obj[sigmadelta_port] = (sigmadelta_obj_t *) heap_caps_calloc(1, sizeof(sigmadelta_obj… in sigmadelta_init()
/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c164 …adc_cali_scheme_t *scheme = (adc_cali_scheme_t *)heap_caps_calloc(1, sizeof(adc_cali_scheme_t), MA… in adc_cali_create_scheme_line_fitting()
167 …cali_chars_line_fitting_t *chars = (cali_chars_line_fitting_t *)heap_caps_calloc(1, sizeof(cali_ch… in adc_cali_create_scheme_line_fitting()
/hal_espressif-latest/zephyr/port/heap/
Dheap_caps_zephyr.c128 void *heap_caps_calloc( size_t n, size_t size, uint32_t caps) in heap_caps_calloc() function
/hal_espressif-latest/components/heap/
Dheap_caps_linux.c123 void *heap_caps_calloc( size_t n, size_t size, uint32_t caps) in heap_caps_calloc() function

12