altos: Use PIO(6) on BTM to monitor BT connection. Fix BTM init.
[fw/altos] / src / cc1111.h
index a72d7416ae7f16f8d81f233e05b8b8c5e8ef5c53..a07490e52bc2ffa697cb2580e4506e1713735db0 100644 (file)
@@ -662,6 +662,14 @@ sfr at 0x8B P2IFG;
 
 #define P0IFG_USB_RESUME       (1 << 7)
 
+sfr at 0x8C PICTL;
+#define PICTL_P2IEN    (1 << 5)
+#define PICTL_P0IENH   (1 << 4)
+#define PICTL_P0IENL   (1 << 3)
+#define PICTL_P2ICON   (1 << 2)
+#define PICTL_P1ICON   (1 << 1)
+#define PICTL_P0ICON   (1 << 0)
+
 /* GPIO pins */
 sfr at 0x80 P0;