Unverified Commit efd25df7 authored by Tim Newsome's avatar Tim Newsome Committed by GitHub
Browse files

Add field values to XML register description. (#727)

* Add field values to XML register description.

Generate constants in the C header for the values. E.g.
```
 #define CSR_TDATA1_TYPE_NONE                0
 #define CSR_TDATA1_TYPE_LEGACY              1
 #define CSR_TDATA1_TYPE_MCONTROL            2
 #define CSR_TDATA1_TYPE_ICOUNT              3
 ...
```
Make formatting slightly more consistent in the PDF.

* Use \unspecified instead of "undefined values"

* Rename a bunch of field values based on review.

* Rename field values that specify a number of bits

* stop{time,count} values are called normal/freeze

* Abstract command write value arg->arg0

* Name field values <n>bit
parent 3ae76ead
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment