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.
This commit is contained in:
Janne Huttunen 2014-10-11 15:47:32 +03:00 committed by Uwe Hermann
parent 0ffce50d44
commit 0f5b241ec9
1 changed files with 3 additions and 0 deletions

View 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. */