You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Lars Kruse 5968b8a856 Update python references to python3 4 years ago
..
README csv contributions from GNU Radio Conference 2012 HackFest. Thanks, David! 12 years ago
adc.yaml lpc43xx: Convert register definitions to YAML 12 years ago
atimer.yaml lpc43xx: Convert register definitions to YAML 12 years ago
ccu.yaml lpc43xx: Convert register definitions to YAML 12 years ago
cgu.yaml lpc43xx: Convert register definitions to YAML 12 years ago
creg.yaml lpc43xx: Convert register definitions to YAML 12 years ago
csv2yaml.py Update python references to python3 4 years ago
eventrouter.yaml lpc43xx: Convert register definitions to YAML 12 years ago
gen.py Update python references to python3 4 years ago
gima.yaml lpc43xx: Convert register definitions to YAML 12 years ago
gpdma.yaml lpc43xx: Convert register definitions to YAML 12 years ago
gpio.yaml lpc43xx: Convert register definitions to YAML 12 years ago
i2c.yaml lpc43xx: Convert register definitions to YAML 12 years ago
i2s.yaml lpc43xx: Convert register definitions to YAML 12 years ago
rgu.yaml lpc43xx: Convert register definitions to YAML 12 years ago
ritimer.yaml lpc43xx: Convert register definitions to YAML 12 years ago
scu.yaml lpc43xx: Convert register definitions to YAML 12 years ago
sgpio.yaml lpc43xx: Convert register definitions to YAML 12 years ago
ssp.yaml lpc43xx: Convert register definitions to YAML 12 years ago
usb.yaml lpc43xx: Convert register definitions to YAML 12 years ago
yaml_odict.py lpc43xx: Move YAML OrderedDict code to separate module 12 years ago

README

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.