選択できるのは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.