diff options
Diffstat (limited to 'os/hal/platforms/LPC214x/pal_lld.h')
-rw-r--r-- | os/hal/platforms/LPC214x/pal_lld.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/platforms/LPC214x/pal_lld.h b/os/hal/platforms/LPC214x/pal_lld.h index 1a45cd6a9..90ea9cfae 100644 --- a/os/hal/platforms/LPC214x/pal_lld.h +++ b/os/hal/platforms/LPC214x/pal_lld.h @@ -90,6 +90,11 @@ typedef struct { typedef uint32_t ioportmask_t;
/**
+ * @brief Digital I/O modes.
+ */
+typedef uint32_t iomode_t;
+
+/**
* @brief Port Identifier.
*/
typedef FIO * ioportid_t;
|