1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-29 10:50:10 -04:00
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
..
2022-07-20 14:59:50 +08:00
2022-05-31 12:19:34 +08:00
2022-07-21 15:52:39 +08:00
2022-08-02 10:15:31 +08:00
2022-07-22 00:12:36 +00:00
2022-07-20 14:59:50 +08:00
2022-05-01 22:58:19 +08:00