Searched refs:ETM_MEM_ALLOC_CAPS (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/esp_system/ |
D | systick_etm.c | 16 #define ETM_MEM_ALLOC_CAPS MALLOC_CAP_DEFAULT macro 31 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_hw_support/dma/ |
D | gdma_etm.c | 22 #define ETM_MEM_ALLOC_CAPS MALLOC_CAP_DEFAULT macro 59 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/driver/gpio/ |
D | gpio_etm.c | 27 #define ETM_MEM_ALLOC_CAPS MALLOC_CAP_DEFAULT macro 165 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_hw_support/ |
D | esp_etm.c | 29 #define ETM_MEM_ALLOC_CAPS MALLOC_CAP_DEFAULT macro 74 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()
|