]> sigrok.org Git - libsigrok.git/commit
asix-sigma: rephrase trigger LUT creation (mechanical change)
authorGerhard Sittig <redacted>
Sat, 16 May 2020 15:04:51 +0000 (17:04 +0200)
committerGerhard Sittig <redacted>
Fri, 29 May 2020 06:06:18 +0000 (08:06 +0200)
commit7dd766e0aaec62f6f25d522919e6f4df599c6171
tree605870bd54c90a09e3200d216a3d3f410d095b52
parent72ea3b84bdb5975f2b891f694088e7824d418d74
asix-sigma: rephrase trigger LUT creation (mechanical change)

Rephrase the sigma_build_basic_trigger() and build_lut_entry() routines
to hopefully improve readability. Avoid the use of short and generic
identifiers which are just too easy to confuse with each other and the
1 literal and negation operator in deeply nested loops and complex
expressions that span several text lines. Reduce indentation where
appropriate. Concentrate initialization and use of variables such that
reviewers need less context for verification.

This is a purely mechanical change, the function of triggers remains
untested for now. Setting "selres" in that spot is suspicious, too.
src/hardware/asix-sigma/protocol.c