Parcourir la source

Merge branch 'contrib/github_pr_12276' into 'master'

Typo fix in dedic_gpio.rst: fasted->fastest. (GitHub PR)

Closes IDFGH-11104 and DOC-6379

See merge request espressif/esp-idf!26250
morris il y a 2 ans
Parent
commit
2fb9cfb6d4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/en/api-reference/peripherals/dedic_gpio.rst

+ 1 - 1
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