HackRF-Treasure-Chest/Software/portapack-mayhem/hackrf/firmware/libopencm3/scripts/data/lpc43xx
..
adc.csv
adc.yaml
atimer.csv
atimer.yaml
ccu.csv
ccu.yaml
cgu.csv
cgu.yaml
creg.csv
creg.yaml
csv2yaml.py
eventrouter.csv
eventrouter.yaml
gen.py
gima.csv
gima.yaml
gpdma.csv
gpdma.yaml
gpio.csv
gpio.yaml
i2c.csv
i2c.yaml
i2s.csv
i2s.yaml
README
rgu.csv
rgu.yaml
ritimer.csv
ritimer.yaml
rtc.csv
rtc.yaml
scu.csv
scu.yaml
sdio.csv
sdio.yaml
sgpio.csv
sgpio.yaml
spi.csv
spi.yaml
spifi.csv
spifi.yaml
ssp.csv
ssp.yaml
usb.csv
usb.yaml
yaml_odict.py

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.