summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Include/Protocol/EmbeddedGpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'EmbeddedPkg/Include/Protocol/EmbeddedGpio.h')
-rw-r--r--EmbeddedPkg/Include/Protocol/EmbeddedGpio.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/EmbeddedPkg/Include/Protocol/EmbeddedGpio.h b/EmbeddedPkg/Include/Protocol/EmbeddedGpio.h
index 77ea7ad034..4e7c8dbcd6 100644
--- a/EmbeddedPkg/Include/Protocol/EmbeddedGpio.h
+++ b/EmbeddedPkg/Include/Protocol/EmbeddedGpio.h
@@ -68,7 +68,7 @@ Arguments:
This - pointer to protocol
Gpio - which pin to read
Value - state of the pin
-
+
Returns:
EFI_SUCCESS - GPIO state returned in Value
@@ -94,7 +94,7 @@ Arguments:
This - pointer to protocol
Gpio - which pin to modify
Mode - mode to set
-
+
Returns:
EFI_SUCCESS - GPIO set as requested
@@ -120,7 +120,7 @@ Arguments:
This - pointer to protocol
Gpio - which pin
Mode - pointer to output mode value
-
+
Returns:
EFI_SUCCESS - mode value retrieved
@@ -146,7 +146,7 @@ Arguments:
This - pointer to protocol
Gpio - which pin
Direction - pull-up, pull-down, or none
-
+
Returns:
EFI_SUCCESS - pin was set
@@ -164,4 +164,4 @@ struct _EMBEDDED_GPIO {
extern EFI_GUID gEmbeddedGpioProtocolGuid;
-#endif
+#endif