usbtest/libopencm3/scripts/data/lpc43xx
Arti Zirk 244fdbc35c git subrepo clone https://github.com/libopencm3/libopencm3
subrepo:
  subdir:   "libopencm3"
  merged:   "f5813a54"
upstream:
  origin:   "https://github.com/libopencm3/libopencm3"
  branch:   "master"
  commit:   "f5813a54"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
2021-09-30 16:34:10 +03:00
..
README git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
adc.yaml git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
atimer.yaml git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
ccu.yaml git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
cgu.yaml git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
creg.yaml git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
csv2yaml.py git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
eventrouter.yaml git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
gen.py git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
gima.yaml git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
gpdma.yaml git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
gpio.yaml git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
i2c.yaml git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
i2s.yaml git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
rgu.yaml git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
ritimer.yaml git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
scu.yaml git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
sgpio.yaml git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
ssp.yaml git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
usb.yaml git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00
yaml_odict.py git subrepo clone https://github.com/libopencm3/libopencm3 2021-09-30 16:34:10 +03:00

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.