Revision b1d8a4c546531d6a79f9a7be156205c6a40f215c authored by Brian Viele on 20 March 2020, 22:21:38 UTC, committed by Brian Viele on 23 March 2020, 13:23:21 UTC
Separated definitions that did not seem consistent between the "v2" EXTI
platforms. Added SYSCFG defs needed for EXTICR settings.
1 parent 89074d6
Raw File
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.
back to top