UART
Register Listing for UART
Register |
Address |
|---|---|
UART_RXTX |
0xf0004800 |
UART_TXFULL |
0xf0004804 |
UART_RXEMPTY |
0xf0004808 |
UART_EV_STATUS |
0xf000480c |
UART_EV_PENDING |
0xf0004810 |
UART_EV_ENABLE |
0xf0004814 |
UART_TXEMPTY |
0xf0004818 |
UART_RXFULL |
0xf000481c |
UART_RXTX
Address: 0xf0004800 + 0x0 = 0xf0004800
UART_TXFULL
Address: 0xf0004800 + 0x4 = 0xf0004804
TX FIFO Full.
UART_RXEMPTY
Address: 0xf0004800 + 0x8 = 0xf0004808
RX FIFO Empty.
UART_EV_STATUS
Address: 0xf0004800 + 0xc = 0xf000480c
This register contains the current raw level of the rx event trigger. Writes to this register have no effect.
Field |
Name |
Description |
|---|---|---|
[0] |
TX |
Level of the |
[1] |
RX |
Level of the |
UART_EV_PENDING
Address: 0xf0004800 + 0x10 = 0xf0004810
When a rx event occurs, the corresponding bit will be set in this register. To clear the Event, set the corresponding bit in this register.
Field |
Name |
Description |
|---|---|---|
[0] |
TX |
1 if a tx event occurred. This Event is level triggered when the signal is high. |
[1] |
RX |
1 if a rx event occurred. This Event is level triggered when the signal is high. |
UART_EV_ENABLE
Address: 0xf0004800 + 0x14 = 0xf0004814
This register enables the corresponding rx events. Write a
0to this register to disable individual events.
Field |
Name |
Description |
|---|---|---|
[0] |
TX |
Write a |
[1] |
RX |
Write a |
UART_TXEMPTY
Address: 0xf0004800 + 0x18 = 0xf0004818
TX FIFO Empty.
UART_RXFULL
Address: 0xf0004800 + 0x1c = 0xf000481c
RX FIFO Full.