]> sigrok.org Git - libsigrok.git/commitdiff
Add config key for output frequency.
authorJanne Huttunen <redacted>
Sat, 11 Oct 2014 12:47:32 +0000 (15:47 +0300)
committerUwe Hermann <redacted>
Sun, 12 Oct 2014 21:18:02 +0000 (23:18 +0200)
Add a config key for getting/setting the output frequency. The value
will be an uint64 and measured in hertz.

include/libsigrok/libsigrok.h

index 2e8260e96bf070eb93aeaa990c940f629a30cec3..56b4f16f1342c8e4e1629266d441bebe691ef855 100644 (file)
@@ -812,6 +812,9 @@ enum sr_configkey {
        /** Over-temperature protection (OTP) */
        SR_CONF_OVER_TEMPERATURE_PROTECTION,
 
+       /** Output frequency in Hz. */
+       SR_CONF_OUTPUT_FREQUENCY,
+
        /*--- Special stuff -------------------------------------------------*/
 
        /** Scan options supported by the driver. */