fix(gpio): oe control by register only take effect when func sel is GPIO

This commit is contained in:
Song Ruo Jing
2025-11-11 14:32:35 +08:00
parent 133cfd8dc9
commit 490f21c643
15 changed files with 20 additions and 17 deletions

View File

@@ -161,7 +161,7 @@ void gpio_hal_intr_disable(gpio_hal_context_t *hal, uint32_t gpio_num);
#define gpio_hal_output_enable(hal, gpio_num) gpio_ll_output_enable((hal)->dev, gpio_num)
/**
* @brief Configure the source of output enable signal for the GPIO pin.
* @brief Configure the source of output enable signal for the pad (only takes effect if func sel is selected to be GPIO).
*
* @param hal Context of the HAL layer
* @param gpio_num GPIO number