Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Henry Case 6804acb0de Init před 1 rokem
..
README Init před 1 rokem
adc.yaml Init před 1 rokem
atimer.yaml Init před 1 rokem
ccu.yaml Init před 1 rokem
cgu.yaml Init před 1 rokem
creg.yaml Init před 1 rokem
csv2yaml.py Init před 1 rokem
eventrouter.yaml Init před 1 rokem
gen.py Init před 1 rokem
gima.yaml Init před 1 rokem
gpdma.yaml Init před 1 rokem
gpio.yaml Init před 1 rokem
i2c.yaml Init před 1 rokem
i2s.yaml Init před 1 rokem
rgu.yaml Init před 1 rokem
ritimer.yaml Init před 1 rokem
scu.yaml Init před 1 rokem
sgpio.yaml Init před 1 rokem
ssp.yaml Init před 1 rokem
usb.yaml Init před 1 rokem
yaml_odict.py Init před 1 rokem

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.