change(esp_driver_gpio): extended API help description for gpio_wakeup_disable interface

This commit is contained in:
Li Shuai
2026-08-31 14:22:43 +08:00
parent 5e4081e34d
commit 36024680e4
@@ -203,6 +203,10 @@ esp_err_t gpio_wakeup_enable(gpio_num_t gpio_num, gpio_int_type_t intr_type);
/**
* @brief Disable GPIO wake-up function.
*
* @note When either CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND or CONFIG_PM_SLP_DISABLE_GPIO is enabled,
* the sleep-state configuration of `gpio_num` is applied during sleep (and that the user must
* call `gpio_sleep_sel_dis()` again if the pin should stay on the active-state configuration).
*
* @param gpio_num GPIO number
*
* @return