diff --git a/en/device-dev/driver/driver-platform-gpio-des.md b/en/device-dev/driver/driver-platform-gpio-des.md index 3f1c4942a4fa8fba3207014bd7b836f53b539c18..4368a41d463d17ea912690b837d31e15d7a76085 100644 --- a/en/device-dev/driver/driver-platform-gpio-des.md +++ b/en/device-dev/driver/driver-platform-gpio-des.md @@ -13,7 +13,7 @@ The GPIO APIs define a set of standard functions for performing operations on GP - Setting the interrupt service routine (ISR) function and interrupt trigger mode for a pin -- Enabling or disabling interrupts for a pin +- Enabling or disabling pin interrupts ## Available APIs @@ -37,7 +37,7 @@ The GPIO APIs define a set of standard functions for performing operations on GP The figure below shows the general GPIO development process. In the APIs, a GPIO pin is specified by the pin number. -**Figure 1** Using GPIO driver APIs +**Figure 1** Using GPIO driver APIs ![](figures/using-GPIO-process.png "using-gpio-process.png")