From: Janne Huttunen Date: Sat, 11 Oct 2014 12:47:32 +0000 (+0300) Subject: Add config key for output frequency. X-Git-Tag: libsigrok-0.4.0~871 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=0f5b241ec91b3ca89d5fb2da2327c624a55c58c9 Add config key for output frequency. Add a config key for getting/setting the output frequency. The value will be an uint64 and measured in hertz. --- diff --git a/include/libsigrok/libsigrok.h b/include/libsigrok/libsigrok.h index 2e8260e9..56b4f16f 100644 --- a/include/libsigrok/libsigrok.h +++ b/include/libsigrok/libsigrok.h @@ -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. */