Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Henry Case 6804acb0de Init há 1 ano
..
README Init há 1 ano
adc.yaml Init há 1 ano
atimer.yaml Init há 1 ano
ccu.yaml Init há 1 ano
cgu.yaml Init há 1 ano
creg.yaml Init há 1 ano
csv2yaml.py Init há 1 ano
eventrouter.yaml Init há 1 ano
gen.py Init há 1 ano
gima.yaml Init há 1 ano
gpdma.yaml Init há 1 ano
gpio.yaml Init há 1 ano
i2c.yaml Init há 1 ano
i2s.yaml Init há 1 ano
rgu.yaml Init há 1 ano
ritimer.yaml Init há 1 ano
scu.yaml Init há 1 ano
sgpio.yaml Init há 1 ano
ssp.yaml Init há 1 ano
usb.yaml Init há 1 ano
yaml_odict.py Init há 1 ano

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.