From 0f5b241ec91b3ca89d5fb2da2327c624a55c58c9 Mon Sep 17 00:00:00 2001 From: Janne Huttunen Date: Sat, 11 Oct 2014 15:47:32 +0300 Subject: [PATCH] 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. --- include/libsigrok/libsigrok.h | 3 +++ 1 file changed, 3 insertions(+) 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. */