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:
parent
0ffce50d44
commit
0f5b241ec9
|
@ -812,6 +812,9 @@ enum sr_configkey {
|
||||||
/** Over-temperature protection (OTP) */
|
/** Over-temperature protection (OTP) */
|
||||||
SR_CONF_OVER_TEMPERATURE_PROTECTION,
|
SR_CONF_OVER_TEMPERATURE_PROTECTION,
|
||||||
|
|
||||||
|
/** Output frequency in Hz. */
|
||||||
|
SR_CONF_OUTPUT_FREQUENCY,
|
||||||
|
|
||||||
/*--- Special stuff -------------------------------------------------*/
|
/*--- Special stuff -------------------------------------------------*/
|
||||||
|
|
||||||
/** Scan options supported by the driver. */
|
/** Scan options supported by the driver. */
|
||||||
|
|
Loading…
Reference in New Issue