summaryrefslogtreecommitdiff
path: root/src/cc1111.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-05-11 08:16:29 -0700
committerKeith Packard <keithp@keithp.com>2011-05-11 08:16:29 -0700
commitfef945e36c2397dd39b68995ed8d2ab81a4d24cd (patch)
tree32260e89ee5bb0f77d56acb5c6b558b55154636f /src/cc1111.h
parent4c6fddf6f6ea7247291272af39966ab94260fb01 (diff)
parent479bdffa35d0b8d4e48868c8d20f3cb1549521ab (diff)
Merge branch 'telebt' into telescience
Diffstat (limited to 'src/cc1111.h')
-rw-r--r--src/cc1111.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cc1111.h b/src/cc1111.h
index a07490e5..5b018cb5 100644
--- a/src/cc1111.h
+++ b/src/cc1111.h
@@ -589,6 +589,12 @@ sfr at 0xFD P0DIR;
sfr at 0xFE P1DIR;
sfr at 0xFF P2DIR;
+#define P2DIR_PRIP0_USART0_USART1 (0 << 6)
+#define P2DIR_PRIP0_USART1_USART0 (1 << 6)
+#define P2DIR_PRIP0_TIMER1_01_USART1 (2 << 6)
+#define P2DIR_PRIP0_TIMER1_2_USART0 (3 << 6)
+#define P2DIR_PRIP0_MASK (3 << 6)
+
sfr at 0x8F P0INP;
/* Select between tri-state and pull up/down