]> sigrok.org Git - libsigrokdecode.git/commit
adf435x: Add warning on frame size mismatch
authorVesa-Pekka Palmu <redacted>
Mon, 26 Dec 2022 17:05:18 +0000 (19:05 +0200)
committerGerhard Sittig <redacted>
Mon, 9 Jan 2023 19:10:46 +0000 (20:10 +0100)
commitf534ce442c271c13af5d216e16f56322dc586822
tree78f1d9f8951b383da728f1c3fc506b0cf381495f
parent53cbedf5852028f54891066b0a5e698c4dd0c42a
adf435x: Add warning on frame size mismatch

Check the bit count of SPI transfers. Only start inspecting ADF435x
register content when the accumulation of the expected 32bit word has
completed. Emit a warning annotation for unexpected transfer sizes.
decoders/adf435x/pd.py