mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Move the PMU internal voltage calibration related efuse read LL functions from efuse_ll.h into pmu_ll.h, renaming them with the pmu_ll prefix. efuse_ll.h should only contain efuse controller or system-global functions; other modules' private efuse bits belong to their own LL layer. Affected chips: esp32c5, esp32c6, esp32c61, esp32h2, esp32h4, esp32p4. Moved functions (renamed efuse_ll_get_* -> pmu_ll_get_*): - get_active_hp_dbias, get_active_lp_dbias - get_dbias_vol_gap - get_lslp_dbg, get_dslp_dbg (where present) - get_lslp_hp_dbias, get_dslp_lp_dbias (where present) - get_dslp_dbias (esp32h2)