]> sigrok.org Git - libsigrok.git/commit
kingst-la2016: reduce scope of a few more declarations
authorGerhard Sittig <redacted>
Sun, 30 Jan 2022 10:03:27 +0000 (11:03 +0100)
committerGerhard Sittig <redacted>
Sun, 6 Feb 2022 17:53:53 +0000 (18:53 +0100)
commitedb13f41631dbb41714bfca9d9ed286eecea78a8
tree42adbcf1184301af4898ca85acfc6cf40c5499e6
parent08a49848666580f28a2fae9167dfc3f20331e290
kingst-la2016: reduce scope of a few more declarations

Reduce the number of "top level declarations" in the protocol.h header.
Move hardware register related structs and capture data layout literals
to protocol.c where they are exclusively used. Move the capture info (a
set of values which describe the most recently completed acquisition)
into the device context itself.
src/hardware/kingst-la2016/protocol.c
src/hardware/kingst-la2016/protocol.h