From 971454dea3437ff9e771f622a718c39e2b3090e1 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 20 Jun 2011 19:03:17 +0000 Subject: PAL driver implementations updated. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3065 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/AT91SAM7/pal_lld.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'os/hal/platforms/AT91SAM7/pal_lld.h') diff --git a/os/hal/platforms/AT91SAM7/pal_lld.h b/os/hal/platforms/AT91SAM7/pal_lld.h index 9c5796a40..7aeb3b933 100644 --- a/os/hal/platforms/AT91SAM7/pal_lld.h +++ b/os/hal/platforms/AT91SAM7/pal_lld.h @@ -86,6 +86,11 @@ typedef struct { */ typedef uint32_t ioportmask_t; +/** + * @brief Digital I/O modes. + */ +typedef uint32_t iomode_t; + /** * @brief Port Identifier. * @details This type can be a scalar or some kind of pointer, do not make -- cgit v1.2.3