Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_adc/
Dadc_oneshot.c40 typedef struct adc_oneshot_unit_ctx_t { struct
44 } adc_oneshot_unit_ctx_t; argument
48 adc_oneshot_unit_ctx_t *units[SOC_ADC_PERIPH_NUM];
79 adc_oneshot_unit_ctx_t *unit = NULL; in adc_oneshot_new_unit()
90 unit = heap_caps_calloc(1, sizeof(adc_oneshot_unit_ctx_t), ADC_MEM_ALLOC_CAPS); in adc_oneshot_new_unit()
/hal_espressif-latest/components/esp_adc/include/esp_private/
Dadc_private.h54 typedef struct adc_oneshot_unit_ctx_t *adc_oneshot_unit_handle_t;
/hal_espressif-latest/components/esp_adc/include/esp_adc/
Dadc_oneshot.h23 typedef struct adc_oneshot_unit_ctx_t *adc_oneshot_unit_handle_t;