]> sigrok.org Git - libsigrok.git/commit - src/hardware/kingst-la2016/protocol.c
kingst-la2016: reword buffer size in FPGA register access
authorGerhard Sittig <redacted>
Mon, 31 Jan 2022 19:50:33 +0000 (20:50 +0100)
committerGerhard Sittig <redacted>
Sun, 6 Feb 2022 17:53:54 +0000 (18:53 +0100)
commit3ab609080d3862dcf64148239e8151c8075fd1b8
tree7c73e51ee9334972b2483e49b4eb2040bd662464
parentedc0b015dd4e9f904811273b31966f14b9533979
kingst-la2016: reword buffer size in FPGA register access

Phrase communication buffer sizes in terms of FPGA register width,
instead of totalling the sizes of different bitfield width. Comment
where buffers are shared among different accesses, for awareness
during maintenance.

Introduce an "unknown register at offset 0x30" such that REG_TRIGGER
access can follow the pattern of determining the FPGA register's width.
src/hardware/kingst-la2016/protocol.c