 |
RTEMS 5.2
|
27#include <rtems/score/iosh7045.h>
34#define PAIORH PFC_PAIORH
35#define PAIORL PFC_PAIORL
69#define PACRH PFC_PACRH
70#define PACRL1 PFC_PACRL1
71#define PACRL2 PFC_PACRL2
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
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
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
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