Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
Henry Case 6804acb0de Init 1 år sedan
..
README Init 1 år sedan
adc.yaml Init 1 år sedan
atimer.yaml Init 1 år sedan
ccu.yaml Init 1 år sedan
cgu.yaml Init 1 år sedan
creg.yaml Init 1 år sedan
csv2yaml.py Init 1 år sedan
eventrouter.yaml Init 1 år sedan
gen.py Init 1 år sedan
gima.yaml Init 1 år sedan
gpdma.yaml Init 1 år sedan
gpio.yaml Init 1 år sedan
i2c.yaml Init 1 år sedan
i2s.yaml Init 1 år sedan
rgu.yaml Init 1 år sedan
ritimer.yaml Init 1 år sedan
scu.yaml Init 1 år sedan
sgpio.yaml Init 1 år sedan
ssp.yaml Init 1 år sedan
usb.yaml Init 1 år sedan
yaml_odict.py Init 1 år sedan

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.