]> sigrok.org Git - libsigrokdecode.git/commit
adf435x: shuffle register description table
authorGerhard Sittig <redacted>
Fri, 30 Dec 2022 16:13:19 +0000 (17:13 +0100)
committerGerhard Sittig <redacted>
Mon, 9 Jan 2023 19:13:35 +0000 (20:13 +0100)
commita6ec01439c60e589d7c6f4632f60e26ee317be9f
tree0fd65bc8d1cc03617e51bce9aa53429dbb0e36a8
parent4d86276d6434f9bcdd96bc2ddaa316a9a01da461
adf435x: shuffle register description table

Move table columns, put the bit field position to the front before the
name to get a less fragile visual appearance. All fields have a position
and a name (of variable length), some of them have a "parser" (actually
a formatter for their content).

Address Python style while we are here: Prefer tuples over lists for
immutable data. Add trailing commas to reduce future diff sizes.

Add a TODO comment about optional content checkers. The current decoder
implementation lets invalid register data pass unnoticed.

[ see a word diff for the commit's essence ]
decoders/adf435x/pd.py