 |
RTEMS
5.1
|
27 #include <rtems/score/iosh7045.h> 34 #define PAIORH PFC_PAIORH 35 #define PAIORL PFC_PAIORL 38 #define PA23IOR 0x0080 39 #define PA22IOR 0x0040 40 #define PA21IOR 0x0020 41 #define PA20IOR 0x0010 42 #define PA19IOR 0x0008 43 #define PA18IOR 0x0004 44 #define PA17IOR 0x0002 45 #define PA16IOR 0x0001 48 #define PA15IOR 0x8000 49 #define PA14IOR 0x4000 50 #define PA13IOR 0x2000 51 #define PA12IOR 0x1000 52 #define PA11IOR 0x0800 53 #define PA10IOR 0x0400 69 #define PACRH PFC_PACRH 70 #define PACRL1 PFC_PACRL1 71 #define PACRL2 PFC_PACRL2 74 #define PA23MD0 0x4000 75 #define PA22MD0 0x1000 76 #define PA21MD0 0x0400 77 #define PA20MD0 0x0100 78 #define PA19MD1 0x0080 79 #define PA19MD0 0x0040 80 #define PA18MD1 0x0020 81 #define PA18MD0 0x0010 82 #define PA17MD0 0x0004 83 #define PA16MD0 0x0001 86 #define PA15MD0 0x4000 87 #define PA14MD0 0x1000 88 #define PA13MD0 0x0400 89 #define PA12MD0 0x0100 90 #define PA11MD0 0x0040 91 #define PA10MD0 0x0010 100 #define PA6MD1 0x2000 101 #define PA6MD0 0x1000 102 #define PA5MD1 0x0800 103 #define PA5MD0 0x0400 104 #define PA4MD0 0x0100 105 #define PA3MD0 0x0040 106 #define PA2MD1 0x0020 107 #define PA2MD0 0x0010 108 #define PA1MD0 0x0004 109 #define PA0MD0 0x0001 111 #define PA_TXD1 PA4MD0 112 #define PA_RXD1 PA3MD0 113 #define PA_TXD0 PA1MD0 114 #define PA_RXD0 PA0MD0 119 #define PBIOR PFC_PBIOR 120 #define PB15IOR 0x8000 121 #define PB14IOR 0x4000 122 #define PB13IOR 0x2000 123 #define PB12IOR 0x1000 124 #define PB11IOR 0x0800 125 #define PB10IOR 0x0400 126 #define PB9IOR 0x0200 127 #define PB8IOR 0x0100 128 #define PB7IOR 0x0080 129 #define PB6IOR 0x0040 130 #define PB5IOR 0x0020 131 #define PB4IOR 0x0010 132 #define PB3IOR 0x0008 133 #define PB2IOR 0x0004 134 #define PB1IOR 0x0002 135 #define PB0IOR 0x0001 140 #define PBCR1 PFC_PBCR1 141 #define PB15MD1 0x8000 142 #define PB15MD0 0x4000 143 #define PB14MD1 0x2000 144 #define PB14MD0 0x1000 145 #define PB13MD1 0x0800 146 #define PB13MD0 0x0400 147 #define PB12MD1 0x0200 148 #define PB12MD0 0x0100 149 #define PB11MD1 0x0080 150 #define PB11MD0 0x0040 151 #define PB10MD1 0x0020 152 #define PB10MD0 0x0010 153 #define PB9MD1 0x0008 154 #define PB9MD0 0x0004 155 #define PB8MD1 0x0002 156 #define PB8MD0 0x0001 158 #define PB15MD PB15MD1|PB14MD0 159 #define PB14MD PB14MD1|PB14MD0 160 #define PB13MD PB13MD1|PB13MD0 161 #define PB12MD PB12MD1|PB12MD0 162 #define PB11MD PB11MD1|PB11MD0 163 #define PB10MD PB10MD1|PB10MD0 164 #define PB9MD PB9MD1|PB9MD0 165 #define PB8MD PB8MD1|PB8MD0 167 #define PB_TXD1 PB11MD1 168 #define PB_RXD1 PB10MD1 169 #define PB_TXD0 PB9MD1 170 #define PB_RXD0 PB8MD1 175 #define PBCR2 PFC_PBCR2 176 #define PB7MD1 0x8000 177 #define PB7MD0 0x4000 178 #define PB6MD1 0x2000 179 #define PB6MD0 0x1000 180 #define PB5MD1 0x0800 181 #define PB5MD0 0x0400 182 #define PB4MD1 0x0200 183 #define PB4MD0 0x0100 184 #define PB3MD1 0x0080 185 #define PB3MD0 0x0040 186 #define PB2MD1 0x0020 187 #define PB2MD0 0x0010 188 #define PB1MD1 0x0008 189 #define PB1MD0 0x0004 190 #define PB0MD1 0x0002 191 #define PB0MD0 0x0001 193 #define PB7MD PB7MD1|PB7MD0 194 #define PB6MD PB6MD1|PB6MD0 195 #define PB5MD PB5MD1|PB5MD0 196 #define PB4MD PB4MD1|PB4MD0 197 #define PB3MD PB3MD1|PB3MD0 198 #define PB2MD PB2MD1|PB2MD0 199 #define PB1MD PB1MD1|PB1MD0 200 #define PB0MD PB0MD1|PB0MD0