Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dadc_oneshot_hal.h20 typedef struct adc_oneshot_hal_cfg_t { struct
25 } adc_oneshot_hal_cfg_t; typedef
54 void adc_oneshot_hal_init(adc_oneshot_hal_ctx_t *hal, const adc_oneshot_hal_cfg_t *config);
/hal_espressif-latest/components/hal/
Dadc_oneshot_hal.c34 void adc_oneshot_hal_init(adc_oneshot_hal_ctx_t *hal, const adc_oneshot_hal_cfg_t *config) in adc_oneshot_hal_init()
/hal_espressif-latest/components/esp_adc/
Dadc_oneshot.c108 adc_oneshot_hal_cfg_t config = { in adc_oneshot_new_unit()