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 9eeff2e97e
commit 1f6d8d4e5d
15 changed files with 202 additions and 25 deletions

View File

@@ -64,7 +64,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();