aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/GPIOv1
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-26 13:34:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-26 13:34:15 +0000
commit163edb0187652af76781cf88a9929b6bd782fe16 (patch)
treea6bd886beea80ae9a6c44969f97b57449a7052e4 /os/hal/platforms/STM32/GPIOv1
parentc1a535d343d6ea6e84f99b9b0b760d9a582ad969 (diff)
downloadChibiOS-163edb0187652af76781cf88a9929b6bd782fe16.tar.gz
ChibiOS-163edb0187652af76781cf88a9929b6bd782fe16.tar.bz2
ChibiOS-163edb0187652af76781cf88a9929b6bd782fe16.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3527 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/GPIOv1')
-rw-r--r--os/hal/platforms/STM32/GPIOv1/pal_lld.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/GPIOv1/pal_lld.h b/os/hal/platforms/STM32/GPIOv1/pal_lld.h
index c9bb99de7..ab1c273bc 100644
--- a/os/hal/platforms/STM32/GPIOv1/pal_lld.h
+++ b/os/hal/platforms/STM32/GPIOv1/pal_lld.h
@@ -36,6 +36,10 @@
/*===========================================================================*/
/**
+ * @name STM32-specific I/O mode flags
+ * @{
+ */
+/**
* @brief STM32 specific alternate push-pull output mode.
*/
#define PAL_MODE_STM32_ALTERNATE_PUSHPULL 16
@@ -44,6 +48,7 @@
* @brief STM32 specific alternate open-drain output mode.
*/
#define PAL_MODE_STM32_ALTERNATE_OPENDRAIN 17
+/** @} */
/*===========================================================================*/
/* I/O Ports Types and constants. */