Home
last modified time | relevance | path

Searched refs:ADC_MEM_ALLOC_CAPS (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/esp_adc/
Dadc_oneshot.c30 #define ADC_MEM_ALLOC_CAPS (MALLOC_CAP_INTERNAL | MALLOC_CAP_8BIT) macro
32 #define ADC_MEM_ALLOC_CAPS MALLOC_CAP_DEFAULT macro
90 unit = heap_caps_calloc(1, sizeof(adc_oneshot_unit_ctx_t), ADC_MEM_ALLOC_CAPS); in adc_oneshot_new_unit()