]> sigrok.org Git - libsigrokdecode.git/commit
adf435x: add support for register field content warnings
authorGerhard Sittig <redacted>
Fri, 30 Dec 2022 16:36:46 +0000 (17:36 +0100)
committerGerhard Sittig <redacted>
Mon, 9 Jan 2023 19:13:35 +0000 (20:13 +0100)
commit73cb5461acdbd007f4aa9e81385940fad6607696
tree0b0323e027795278cacc960635403ecd5cfc68a2
parenta6ec01439c60e589d7c6f4632f60e26ee317be9f
adf435x: add support for register field content warnings

Add support for register field content checkers, and emit warning
annotations when they yield non-empty results. Implement a checker for
the INT field of register R0. Reduce the allowed values' lower limit
from 32 (previous implementation) to 23 (ADF4350 datasheet, figure 24).
decoders/adf435x/pd.py