]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
scpi_visa.c: Minor cosmetics.
[libsigrok.git] / libsigrok.h
index ab095c9a45630b83207f64bf0c86da386d3fb33c..cda125c5bd0b481cb5bb65e4fe2026cb697bccb9 100644 (file)
@@ -607,8 +607,7 @@ enum {
 
 /** Information on single probe. */
 struct sr_probe {
-       /** Number of probes, starting at 0. @deprecated The index field
-        * will go: use g_slist_length(sdi->probes) instead. */
+       /** Number of probes, starting at 0. */
        int index;
        /** Probe type (SR_PROBE_LOGIC, ...) */
        int type;
@@ -834,6 +833,9 @@ enum {
        /** Over-current protection (OCP) */
        SR_CONF_OVER_CURRENT_PROTECTION,
 
+       /** Choice of clock edge for external clock ("r" or "f"). */
+       SR_CONF_CLOCK_EDGE,
+
        /*--- Special stuff -------------------------------------------------*/
 
        /** Scan options supported by the driver. */