|
@@ -277,3 +277,35 @@
|
|
|
#define PA_CLK2 ((ushort)0x0200)
|
|
|
#define PA_CLK3 ((ushort)0x0400)
|
|
|
#define PA_CLK4 ((ushort)0x0800)
|
|
|
+#define PA_CLK5 ((ushort)0x1000)
|
|
|
+#define PA_CLK6 ((ushort)0x2000)
|
|
|
+#define PA_CLK7 ((ushort)0x4000)
|
|
|
+#define PA_CLK8 ((ushort)0x8000)
|
|
|
+
|
|
|
+
|
|
|
+/* Port B - See 360UM p. 7-362
|
|
|
+ */
|
|
|
+
|
|
|
+
|
|
|
+/* Port C - See 360UM p. 7-365
|
|
|
+ */
|
|
|
+
|
|
|
+#define PC_RTS1 ((ushort)0x0001)
|
|
|
+#define PC_RTS2 ((ushort)0x0002)
|
|
|
+#define PC__RTS3 ((ushort)0x0004) /* !RTS3 */
|
|
|
+#define PC__RTS4 ((ushort)0x0008) /* !RTS4 */
|
|
|
+
|
|
|
+#define PC_CTS1 ((ushort)0x0010)
|
|
|
+#define PC_CD1 ((ushort)0x0020)
|
|
|
+#define PC_CTS2 ((ushort)0x0040)
|
|
|
+#define PC_CD2 ((ushort)0x0080)
|
|
|
+#define PC_CTS3 ((ushort)0x0100)
|
|
|
+#define PC_CD3 ((ushort)0x0200)
|
|
|
+#define PC_CTS4 ((ushort)0x0400)
|
|
|
+#define PC_CD4 ((ushort)0x0800)
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+/*****************************************************************
|
|
|
+ chip select option register
|
|
|
+*****************************************************************/
|