From 4697f9d00977da316e86ae8bb05c30d97c093833 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Wed, 20 Sep 2023 01:15:03 -0500 Subject: [PATCH] Typo fix in dedic_gpio.rst: fasted->fastest. --- docs/en/api-reference/peripherals/dedic_gpio.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-reference/peripherals/dedic_gpio.rst b/docs/en/api-reference/peripherals/dedic_gpio.rst index 1049674d2a..54b6618a40 100644 --- a/docs/en/api-reference/peripherals/dedic_gpio.rst +++ b/docs/en/api-reference/peripherals/dedic_gpio.rst @@ -90,7 +90,7 @@ For advanced users, they can always manipulate the GPIOs by writing assembly cod 1. Allocate a GPIO bundle: :cpp:func:`dedic_gpio_new_bundle` 2. Query the mask occupied by that bundle: :cpp:func:`dedic_gpio_get_out_mask` or/and :cpp:func:`dedic_gpio_get_in_mask` 3. Call CPU LL apis (e.g., `dedic_gpio_cpu_ll_write_mask`) or write assembly code with that mask -4. The fasted way of toggling IO is to use the dedicated "set/clear" instructions: +4. The fastest way of toggling IO is to use the dedicated "set/clear" instructions: .. only:: esp32s2 or esp32s3