Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Henry Case 6804acb0de Init 1 anno fa
..
README Init 1 anno fa
adc.yaml Init 1 anno fa
atimer.yaml Init 1 anno fa
ccu.yaml Init 1 anno fa
cgu.yaml Init 1 anno fa
creg.yaml Init 1 anno fa
csv2yaml.py Init 1 anno fa
eventrouter.yaml Init 1 anno fa
gen.py Init 1 anno fa
gima.yaml Init 1 anno fa
gpdma.yaml Init 1 anno fa
gpio.yaml Init 1 anno fa
i2c.yaml Init 1 anno fa
i2s.yaml Init 1 anno fa
rgu.yaml Init 1 anno fa
ritimer.yaml Init 1 anno fa
scu.yaml Init 1 anno fa
sgpio.yaml Init 1 anno fa
ssp.yaml Init 1 anno fa
usb.yaml Init 1 anno fa
yaml_odict.py Init 1 anno fa

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.