Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
Henry Case 6804acb0de Init pirms 1 gada
..
README Init pirms 1 gada
adc.yaml Init pirms 1 gada
atimer.yaml Init pirms 1 gada
ccu.yaml Init pirms 1 gada
cgu.yaml Init pirms 1 gada
creg.yaml Init pirms 1 gada
csv2yaml.py Init pirms 1 gada
eventrouter.yaml Init pirms 1 gada
gen.py Init pirms 1 gada
gima.yaml Init pirms 1 gada
gpdma.yaml Init pirms 1 gada
gpio.yaml Init pirms 1 gada
i2c.yaml Init pirms 1 gada
i2s.yaml Init pirms 1 gada
rgu.yaml Init pirms 1 gada
ritimer.yaml Init pirms 1 gada
scu.yaml Init pirms 1 gada
sgpio.yaml Init pirms 1 gada
ssp.yaml Init pirms 1 gada
usb.yaml Init pirms 1 gada
yaml_odict.py Init pirms 1 gada

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.