No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Henry Case 6804acb0de Init hace 1 año
..
README Init hace 1 año
adc.yaml Init hace 1 año
atimer.yaml Init hace 1 año
ccu.yaml Init hace 1 año
cgu.yaml Init hace 1 año
creg.yaml Init hace 1 año
csv2yaml.py Init hace 1 año
eventrouter.yaml Init hace 1 año
gen.py Init hace 1 año
gima.yaml Init hace 1 año
gpdma.yaml Init hace 1 año
gpio.yaml Init hace 1 año
i2c.yaml Init hace 1 año
i2s.yaml Init hace 1 año
rgu.yaml Init hace 1 año
ritimer.yaml Init hace 1 año
scu.yaml Init hace 1 año
sgpio.yaml Init hace 1 año
ssp.yaml Init hace 1 año
usb.yaml Init hace 1 año
yaml_odict.py Init hace 1 año

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.