esp-idf/docs/en/api-reference
Armando 81007ee4ed 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-23 10:48:15 +08:00
..
2022-08-02 22:43:12 +08:00
2022-05-07 13:09:41 +08:00
2022-05-07 13:09:41 +08:00