]> sigrok.org Git - libsigrok.git/commit
itech-it8500: declaration nits
authorGerhard Sittig <redacted>
Tue, 6 Oct 2020 17:18:42 +0000 (19:18 +0200)
committerGerhard Sittig <redacted>
Tue, 6 Oct 2020 20:02:20 +0000 (22:02 +0200)
commit8c8fff477310550170f5441e24d87673c472f624
tree0b682546d9eba5d0e9174a3db27685ba4847709f
parent78b07caf11588ffeffee672e4925640d1f178a99
itech-it8500: declaration nits

Rearrange the order of declarations in the protocol.h header. Start with
packet layout, continue with requests (commands), then responses (status),
before the device context and the set of routines.

Rename the status codes to STS_* in contrast to CMD_* codes. Use an enum
for different byte values, leave defines for packet sizes et al. Phrase
bit fields in terms of bit numbers not byte values.

Total nit: Change the breaks in the long list of add_source() args. Keep
event type and timeout together, similar to callback and its data.
src/hardware/itech-it8500/api.c
src/hardware/itech-it8500/protocol.c
src/hardware/itech-it8500/protocol.h