summaryrefslogtreecommitdiffstats
path: root/libopencm3/scripts/data/lpc43xx/README
diff options
context:
space:
mode:
authorroot <root@lab2.panaceas.james.local>2014-11-02 10:14:39 +0000
committerroot <root@lab2.panaceas.james.local>2014-11-02 10:14:39 +0000
commit1dc7d758f96dd2b9bd7b03f01ca032d68b696cf0 (patch)
tree1a70fddfcc79c54c863912a3b8b8cecc594f21ae /libopencm3/scripts/data/lpc43xx/README
downloadstm32_usb_kvm-1dc7d758f96dd2b9bd7b03f01ca032d68b696cf0.tar.gz
stm32_usb_kvm-1dc7d758f96dd2b9bd7b03f01ca032d68b696cf0.tar.bz2
stm32_usb_kvm-1dc7d758f96dd2b9bd7b03f01ca032d68b696cf0.zip
fish
Diffstat (limited to 'libopencm3/scripts/data/lpc43xx/README')
-rw-r--r--libopencm3/scripts/data/lpc43xx/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/libopencm3/scripts/data/lpc43xx/README b/libopencm3/scripts/data/lpc43xx/README
new file mode 100644
index 0000000..b768936
--- /dev/null
+++ b/libopencm3/scripts/data/lpc43xx/README
@@ -0,0 +1,23 @@
+These files contain information derived from the LPC43xx user manual (UM10503).
+They are intended to be used by scripts for the generation of header files and
+functions.
+
+Each line describes a field within a register. The comma separated values are:
+ register name (as found in include/lpc43xx/*.h),
+ bit position,
+ length in bits,
+ field name,
+ description/comment (may be empty if not specified in data sheet),
+ reset value (may be empty if not specified in data sheet),
+ access (may be empty if not specified in data sheet)
+
+The access field may consist of any of the following codes:
+ r: read only
+ rw: read/write
+ rwc: read/write one to clear
+ rwo: read/write once
+ rws: read/write one to set
+ w: write only
+ ws: write one to set
+
+Descriptions containing commas are quoted.