esp-idf/components/esp_adc/test_apps/adc/main
Armando 5e31d4bb2b esp_adc: add adc ulp mode disable enum
Prior to this commit, adc ulp is disabled by setting
adc_oneshot_unit_init_cfg_t::ulp_mode to false.

After this commit, a new enum `ADC_ULP_MODE_DISABLE` is added. So
setting `ulp_mode` to `ADC_ULP_MODE_DISABLE`, instead of `false`, to
disable the ulp mode.
2022-08-22 11:00:28 +08:00
..
CMakeLists.txt build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
test_adc_driver_iram.c esp_adc: add adc ulp mode disable enum 2022-08-22 11:00:28 +08:00
test_adc_driver.c esp_adc: add adc ulp mode disable enum 2022-08-22 11:00:28 +08:00
test_adc_performance.c esp_adc: add adc ulp mode disable enum 2022-08-22 11:00:28 +08:00
test_adc.c esp_adc: add adc ulp mode disable enum 2022-08-22 11:00:28 +08:00
test_app_main.c esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
test_common_adc.c esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
test_common_adc.h esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00