File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
components/soc/esp32c5/include/soc Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1571,10 +1571,6 @@ config SOC_PM_PAU_REGDMA_LINK_IDX_WIFIMAC
15711571 int
15721572 default 4
15731573
1574- config SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE
1575- bool
1576- default y
1577-
15781574config SOC_PM_PMU_MIN_SLP_SLOW_CLK_CYCLE_FIXED
15791575 bool
15801576 default y
Original file line number Diff line number Diff line change 626626#define SOC_PM_PAU_REGDMA_LINK_CONFIGURABLE (1)
627627#define SOC_PM_PAU_REGDMA_LINK_IDX_WIFIMAC (4) // The range of values for the link index is [0, SOC_PM_PAU_LINK_NUM)
628628
629- #define SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE (1)
630629#define SOC_PM_PMU_MIN_SLP_SLOW_CLK_CYCLE_FIXED (1)
631630
632631#define SOC_PM_RETENTION_MODULE_NUM (32)
You can’t perform that action at this time.
0 commit comments