diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-18 11:42:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-18 11:42:05 +0000 |
commit | f27c5d296844f858b3026ee6f1a63641c0d98fb1 (patch) | |
tree | 4d87c3d7d4f07d20902d80fe31d34296aeb5dc21 /os/hal/platforms/STM32/pal_lld.h | |
parent | 65f23fc65ff4b60d88281184d9a634375f02e3a1 (diff) | |
download | ChibiOS-f27c5d296844f858b3026ee6f1a63641c0d98fb1.tar.gz ChibiOS-f27c5d296844f858b3026ee6f1a63641c0d98fb1.tar.bz2 ChibiOS-f27c5d296844f858b3026ee6f1a63641c0d98fb1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1429 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/pal_lld.h')
-rw-r--r-- | os/hal/platforms/STM32/pal_lld.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/pal_lld.h b/os/hal/platforms/STM32/pal_lld.h index 5029766e5..7b052ae3f 100644 --- a/os/hal/platforms/STM32/pal_lld.h +++ b/os/hal/platforms/STM32/pal_lld.h @@ -34,6 +34,16 @@ /*===========================================================================*/
/**
+ * @brief STM32 specific alternate push-pull output mode.
+ */
+#define PAL_MODE_STM32_ALTERNATE_PUSHPULL 16
+
+/**
+ * @brief STM32 specific alternate open-drain output mode.
+ */
+#define PAL_MODE_STM32_ALTERNATE_OPENDRAIN 17
+
+/**
* @brief GPIO port setup info.
*/
typedef struct {
|