UART_CTRL
|
Bit Field |
Read/Write |
Field Name |
Description |
|---|---|---|---|
|
8 |
R |
ENABLE_STATUS |
UART enable status |
|
2 |
W |
RESET |
Reset the UART interface |
|
1 |
W |
DISABLE |
Disable the UART interface |
|
0 |
W |
ENABLE |
Enable the UART interface |
|
Bit Field |
Field Name |
Value Symbol |
Value Description |
Hex Value |
|---|---|---|---|---|
|
8 |
ENABLE_STATUS |
UART_STATUS_DISABLED |
UART interface is disabled |
0x0* |
|
|
|
UART_STATUS_ENABLED |
UART interface is enabled |
0x1 |
|
2 |
RESET |
UART_RESET |
Reset the UART interface |
0x1 |
|
1 |
DISABLE |
UART_DISABLE |
Disable the UART interface |
0x1 |
|
0 |
ENABLE |
UART_ENABLE |
Enable the UART interface |
0x1 |