Workshop o mikrokontrolérech na SKSP 2024.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Martin Mareš 3bd49f7e19 Imported libopencm3 2 months ago
..
README Imported libopencm3 2 months ago
adc.yaml Imported libopencm3 2 months ago
atimer.yaml Imported libopencm3 2 months ago
ccu.yaml Imported libopencm3 2 months ago
cgu.yaml Imported libopencm3 2 months ago
creg.yaml Imported libopencm3 2 months ago
csv2yaml.py Imported libopencm3 2 months ago
eventrouter.yaml Imported libopencm3 2 months ago
gen.py Imported libopencm3 2 months ago
gima.yaml Imported libopencm3 2 months ago
gpdma.yaml Imported libopencm3 2 months ago
gpio.yaml Imported libopencm3 2 months ago
i2c.yaml Imported libopencm3 2 months ago
i2s.yaml Imported libopencm3 2 months ago
rgu.yaml Imported libopencm3 2 months ago
ritimer.yaml Imported libopencm3 2 months ago
scu.yaml Imported libopencm3 2 months ago
sgpio.yaml Imported libopencm3 2 months ago
ssp.yaml Imported libopencm3 2 months ago
usb.yaml Imported libopencm3 2 months ago
yaml_odict.py Imported libopencm3 2 months ago

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.