Rename "Offset" column to "Address" in peripherals description
This commit is contained in:
@@ -42,8 +42,8 @@ You could use any HTTP server that sets these headers.
|
|||||||
|
|
||||||
# Terminal
|
# Terminal
|
||||||
|
|
||||||
| Name | Offset | Size / B | Access |
|
| Name | Address | Size / B | Access |
|
||||||
|--------|--------|----------|--------------|
|
|--------|---------|----------|--------------|
|
||||||
| TXBUF | 0 | 32 | write |
|
| TXBUF | 0 | 32 | write |
|
||||||
| RXBUF | 32 | 32 | read |
|
| RXBUF | 32 | 32 | read |
|
||||||
| TXHEAD | 64 | 1 | atomic read |
|
| TXHEAD | 64 | 1 | atomic read |
|
||||||
@@ -65,8 +65,8 @@ unoccupied byte between the tail and the head.
|
|||||||
|
|
||||||
# System status
|
# System status
|
||||||
|
|
||||||
| Name | Offset | Size / B | Access |
|
| Name | Address | Size / B | Access |
|
||||||
|----------|--------|----------|--------------|
|
|----------|---------|----------|--------------|
|
||||||
| SYSREADY | 68 | 1 | atomic write |
|
| SYSREADY | 68 | 1 | atomic write |
|
||||||
|
|
||||||
The `SYSREADY` register is used to indicate when the system has booted
|
The `SYSREADY` register is used to indicate when the system has booted
|
||||||
|
|||||||
Reference in New Issue
Block a user