mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5e31d4bb2b
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
test_adc_driver_iram.c | ||
test_adc_driver.c | ||
test_adc_performance.c | ||
test_adc.c | ||
test_app_main.c | ||
test_common_adc.c | ||
test_common_adc.h |