From: Gerhard Sittig Date: Fri, 30 Dec 2022 16:36:46 +0000 (+0100) Subject: adf435x: add support for register field content warnings X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=73cb5461acdbd007f4aa9e81385940fad6607696;hp=73cb5461acdbd007f4aa9e81385940fad6607696;p=libsigrokdecode.git 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). ---