Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Henry Case 6804acb0de Init vor 1 Jahr
..
README Init vor 1 Jahr
adc.yaml Init vor 1 Jahr
atimer.yaml Init vor 1 Jahr
ccu.yaml Init vor 1 Jahr
cgu.yaml Init vor 1 Jahr
creg.yaml Init vor 1 Jahr
csv2yaml.py Init vor 1 Jahr
eventrouter.yaml Init vor 1 Jahr
gen.py Init vor 1 Jahr
gima.yaml Init vor 1 Jahr
gpdma.yaml Init vor 1 Jahr
gpio.yaml Init vor 1 Jahr
i2c.yaml Init vor 1 Jahr
i2s.yaml Init vor 1 Jahr
rgu.yaml Init vor 1 Jahr
ritimer.yaml Init vor 1 Jahr
scu.yaml Init vor 1 Jahr
sgpio.yaml Init vor 1 Jahr
ssp.yaml Init vor 1 Jahr
usb.yaml Init vor 1 Jahr
yaml_odict.py Init vor 1 Jahr

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.