X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=libsigrok.h;h=a22b6d18d6a0f37eb1817c5082bf1d942e8caa9c;hb=d5c5ea2a29d1a7063e26327b87fa820dc1babd16;hp=b686c6e5463c8a37680fda29a0566756489888a1;hpb=72a08bccffe5a73376113e07287327e4f89d270f;p=libsigrok.git diff --git a/libsigrok.h b/libsigrok.h index b686c6e5..a22b6d18 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -628,14 +628,6 @@ enum { /** The device supports setting a pattern (pattern generator mode). */ SR_CONF_PATTERN_MODE, - /** The devices supports using a external clock. */ - SR_CONF_EXTERNAL_CLOCK, - - /** The device supports swapping channels. Typical this is between - * buffered and unbuffered channels. - */ - SR_CONF_SWAP, - /** The device supports Run Length Encoding. */ SR_CONF_RLE, @@ -693,6 +685,15 @@ enum { /** Logic low-high threshold range. */ SR_CONF_VOLTAGE_THRESHOLD, + /** The device supports using a external clock. */ + SR_CONF_EXTERNAL_CLOCK, + + /** + * The device supports swapping channels. Typical this is between + * buffered and unbuffered channels. + */ + SR_CONF_SWAP, + /*--- Special stuff -------------------------------------------------*/ /** Scan options supported by the driver. */