bugfix: move adc_oneshot_power_acquire/release to adc_oneshot_read

Closes https://github.com/espressif/esp-idf/issues/10595
Closes https://github.com/espressif/esp-idf/issues/11386
This commit is contained in:
wuzhenghui
2023-05-18 10:29:50 +08:00
parent 8b7cd4dc08
commit ed076c2bc8
12 changed files with 18 additions and 7 deletions

View File

@@ -877,6 +877,7 @@ static inline void adc_oneshot_ll_disable_all_unit(void)
*
* @param manage Set ADC power status.
*/
__attribute__((always_inline))
static inline void adc_ll_digi_set_power_manage(adc_ll_power_t manage)
{
if (manage == ADC_LL_POWER_SW_ON) {