Lines Matching full:uart

139 // UART
140 #define U0BASE (*(volatile unsigned *)0x50000000) //UART 0 Line control
141 #define ULCON0 (*(volatile unsigned *)0x50000000) //UART 0 Line control
142 #define UCON0 (*(volatile unsigned *)0x50000004) //UART 0 Control
143 #define UFCON0 (*(volatile unsigned *)0x50000008) //UART 0 FIFO control
144 #define UMCON0 (*(volatile unsigned *)0x5000000c) //UART 0 Modem control
145 #define USTAT0 (*(volatile unsigned *)0x50000010) //UART 0 Tx/Rx status
146 #define URXB0 (*(volatile unsigned *)0x50000014) //UART 0 Rx error status
147 #define UFSTAT0 (*(volatile unsigned *)0x50000018) //UART 0 FIFO status
148 #define UMSTAT0 (*(volatile unsigned *)0x5000001c) //UART 0 Modem status
149 #define UBRD0 (*(volatile unsigned *)0x50000028) //UART 0 Baud ate divisor
151 #define U1BASE (*(volatile unsigned *)0x50004000) //UART 1 Line control
152 #define ULCON1 (*(volatile unsigned *)0x50004000) //UART 1 Line control
153 #define UCON1 (*(volatile unsigned *)0x50004004) //UART 1 Control
154 #define UFCON1 (*(volatile unsigned *)0x50004008) //UART 1 FIFO control
155 #define UMCON1 (*(volatile unsigned *)0x5000400c) //UART 1 Modem control
156 #define USTAT1 (*(volatile unsigned *)0x50004010) //UART 1 Tx/Rx status
157 #define URXB1 (*(volatile unsigned *)0x50004014) //UART 1 Rx error status
158 #define UFSTAT1 (*(volatile unsigned *)0x50004018) //UART 1 FIFO status
159 #define UMSTAT1 (*(volatile unsigned *)0x5000401c) //UART 1 Modem status
160 #define UBRD1 (*(volatile unsigned *)0x50004028) //UART 1 Baud ate divisor
162 #define U2BASE *(volatile unsigned *)0x50008000 //UART 2 Line control
163 #define ULCON2 (*(volatile unsigned *)0x50008000) //UART 2 Line control
164 #define UCON2 (*(volatile unsigned *)0x50008004) //UART 2 Control
165 #define UFCON2 (*(volatile unsigned *)0x50008008) //UART 2 FIFO control
166 #define UMCON2 (*(volatile unsigned *)0x5000800c) //UART 2 Modem control
167 #define USTAT2 (*(volatile unsigned *)0x50008010) //UART 2 Tx/Rx status
168 #define URXB2 (*(volatile unsigned *)0x50008014) //UART 2 Rx error status
169 #define UFSTAT2 (*(volatile unsigned *)0x50008018) //UART 2 FIFO status
170 #define UMSTAT2 (*(volatile unsigned *)0x5000801c) //UART 2 Modem status
171 #define UBRD2 (*(volatile unsigned *)0x50008028) //UART 2 Baud ate divisor
174 #define UTXH0 (*(volatile unsigned char *)0x50000023) //UART 0 Transmission Hold
175 #define URXH0 (*(volatile unsigned char *)0x50000027) //UART 0 Receive buffer
176 #define UTXH1 (*(volatile unsigned char *)0x50004023) //UART 1 Transmission Hold
177 #define URXH1 (*(volatile unsigned char *)0x50004027) //UART 1 Receive buffer
178 #define UTXH2 (*(volatile unsigned char *)0x50008023) //UART 2 Transmission Hold
179 #define URXH2 (*(volatile unsigned char *)0x50008027) //UART 2 Receive buffer
189 #define UTXH0 (*(volatile unsigned char *)0x50000020) //UART 0 Transmission Hold
190 #define URXH0 (*(volatile unsigned char *)0x50000024) //UART 0 Receive buffer
191 #define UTXH1 (*(volatile unsigned char *)0x50004020) //UART 1 Transmission Hold
192 #define URXH1 (*(volatile unsigned char *)0x50004024) //UART 1 Receive buffer
193 #define UTXH2 (*(volatile unsigned char *)0x50008020) //UART 2 Transmission Hold
194 #define URXH2 (*(volatile unsigned char *)0x50008024) //UART 2 Receive buffer