]> sigrok.org Git - libsigrok.git/blobdiff - include/libsigrok/libsigrok.h
asix-sigma: add support for external clock
[libsigrok.git] / include / libsigrok / libsigrok.h
index a367ddeffb938b26c1e767cabe1e7637c6a0aa0f..7dcea492f4450f0dadfa543e2b8346a7698581ca 100644 (file)
@@ -1015,6 +1015,12 @@ enum sr_configkey {
        /** Logic threshold: custom numerical value. */
        SR_CONF_LOGIC_THRESHOLD_CUSTOM,
 
+       /** The measurement range of a DMM or the output range of a power supply. */
+       SR_CONF_RANGE,
+
+       /** The number of digits (e.g. for a DMM). */
+       SR_CONF_DIGITS,
+
        /* Update sr_key_info_config[] (hwdriver.c) upon changes! */
 
        /*--- Special stuff -------------------------------------------------*/