Merge branch 'fix/fix_lightsleep_pd_modem_breaks_common_fe_clock' into 'master'

fix(esp_hw_support): fix lightsleep pd modem breaks common fe clock

Closes FCS-1741

See merge request espressif/esp-idf!40437
This commit is contained in:
Wu Zheng Hui
2025-07-31 10:33:16 +08:00
6 changed files with 26 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ extern "C" {
#define ADC_LL_GET_LOW_THRES_MASK(monitor_id) ((monitor_id == 0) ? SARADC_THRES0_LOW_INT_ST_M : SARADC_THRES1_LOW_INT_ST_M)
#define ADC_LL_NEED_APB_PERIPH_CLAIM(ADC_UNIT) (1)
#define ADC_LL_ADC_FE_ON_MODEM_DOMAIN (1)
/*---------------------------------------------------------------
Oneshot
---------------------------------------------------------------*/