]> sigrok.org Git - libsigrok.git/commit
asix-sigma: use more helpers for bit mask creation
authorGerhard Sittig <redacted>
Sun, 17 May 2020 18:00:21 +0000 (20:00 +0200)
committerGerhard Sittig <redacted>
Sun, 31 May 2020 21:42:53 +0000 (23:42 +0200)
commit3f5f5484100ba39dafa4d90b84d25cd3d871d2f2
tree0abc74b4989ff55034948b61c284e5b342bcb9fa
parent156b6879e9ed8d4f1ee48e13b444822efc976420
asix-sigma: use more helpers for bit mask creation

Rename macros to better reflect which of them check a bit position, and
which span a bit field of given width. Adjust more call sites to use the
macros. This takes tedium out of maintenance as well as review. Has the
minor benefit of somewhat shortening text lines, and eliminating nested
parentheses (or getting perceived as if it would).
src/hardware/asix-sigma/api.c
src/hardware/asix-sigma/protocol.c
src/hardware/asix-sigma/protocol.h