fix(esp_hw_support): fix esp32s2/esp32s3 RTC IOMUX clock management

This commit is contained in:
wuzhenghui
2025-02-10 21:02:54 +08:00
parent 7e93f4b5ed
commit 51205a8fd8
18 changed files with 245 additions and 27 deletions

View File

@@ -62,7 +62,7 @@ esp_err_t rtc_gpio_deinit(gpio_num_t gpio_num)
rtcio_hal_function_select(rtc_io_number_get(gpio_num), RTCIO_LL_FUNC_DIGITAL);
#if SOC_LP_IO_CLOCK_IS_INDEPENDENT
io_mux_enable_lp_io_clock(gpio_num, false);
io_mux_force_disable_lp_io_clock(gpio_num);
#endif
RTCIO_EXIT_CRITICAL();