summaryrefslogtreecommitdiff
path: root/include/gpio.h
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2015-10-26 06:18:44 -0400
committerAnas Nashif <anas.nashif@intel.com>2016-02-05 20:24:36 -0500
commit75482aae8a5222ae2d959f8e048f1ae8fbc77a6c (patch)
tree899764b8405c4c75912121696b8d9cd37a02e008 /include/gpio.h
parent1c0da55154e3db4e77971ca6f196ffcfbfce4ec0 (diff)
doxygen: define groups for drivers
Change-Id: Ibf6b6d8586086de5b288fee1e3b4fb1101716fe1 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'include/gpio.h')
-rw-r--r--include/gpio.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/gpio.h b/include/gpio.h
index 68856c8f3..a967eaa28 100644
--- a/include/gpio.h
+++ b/include/gpio.h
@@ -18,7 +18,12 @@
#ifndef __GPIO_H__
#define __GPIO_H__
-
+/**
+ * @brief GPIO Interface
+ * @defgroup gpio_interface GPIO Interface
+ * @ingroup io_interfaces
+ * @{
+ */
#ifdef __cplusplus
extern "C" {
#endif
@@ -273,4 +278,8 @@ static inline int gpio_resume(struct device *port)
}
#endif
+/**
+ * @}
+ */
+
#endif /* __GPIO_H__ */