Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 
Henry Case 6804acb0de Init 1 рік тому
..
README Init 1 рік тому
adc.yaml Init 1 рік тому
atimer.yaml Init 1 рік тому
ccu.yaml Init 1 рік тому
cgu.yaml Init 1 рік тому
creg.yaml Init 1 рік тому
csv2yaml.py Init 1 рік тому
eventrouter.yaml Init 1 рік тому
gen.py Init 1 рік тому
gima.yaml Init 1 рік тому
gpdma.yaml Init 1 рік тому
gpio.yaml Init 1 рік тому
i2c.yaml Init 1 рік тому
i2s.yaml Init 1 рік тому
rgu.yaml Init 1 рік тому
ritimer.yaml Init 1 рік тому
scu.yaml Init 1 рік тому
sgpio.yaml Init 1 рік тому
ssp.yaml Init 1 рік тому
usb.yaml Init 1 рік тому
yaml_odict.py Init 1 рік тому

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.