]> sigrok.org Git - libsigrok.git/commit
asix-sigma: data type nits, minor variable renames
authorGerhard Sittig <redacted>
Sun, 17 May 2020 14:04:29 +0000 (16:04 +0200)
committerGerhard Sittig <redacted>
Sun, 31 May 2020 21:41:06 +0000 (23:41 +0200)
commit3d9373af2ecfb4c2f74b68ad828617fd02519ca6
tree644c35fb6960a938c9ee6cc3109658e87b0ced9d
parent53c8a99c41120a5359e407934ae5041a285046e1
asix-sigma: data type nits, minor variable renames

Address remaining data type nits. Use more appropriate types for sizes
and counters and indices, as well as for booleans.

Prefer more verbose variable names in a few spots to avoid the rather
generic 'i' symbol, especially in complex code paths with deeply nested
flow control or with long distances between declaration and use. Re-use
an existing buffer in the acquisition start for command sequences which
setup trigger in/out as well as clock parameters.

Introduce some variables which may seem unnecessary. But these are
useful for research during maintenance.

This is a mechanical adjustment, behaviour does not change.
src/hardware/asix-sigma/api.c
src/hardware/asix-sigma/protocol.c
src/hardware/asix-sigma/protocol.h