]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
Remove obsolete API call sr_dev_trigger_set().
[libsigrok.git] / libsigrok.h
index ade8277151c4e1711f4a66d7e184ea0474bad0d0..dd776c35146ee4e62dc45b71673d7d778ff04b2d 100644 (file)
@@ -738,8 +738,8 @@ enum sr_configkey {
        /** Coupling. */
        SR_CONF_COUPLING,
 
-       /** Trigger types.  */
-       SR_CONF_TRIGGER_TYPE,
+       /** Trigger matches.  */
+       SR_CONF_TRIGGER_MATCH,
 
        /** The device supports setting its sample interval, in ms. */
        SR_CONF_SAMPLE_INTERVAL,
@@ -979,7 +979,7 @@ struct sr_dev_driver {
                        const struct sr_dev_inst *sdi,
                        const struct sr_channel_group *cg);
        /** Channel status change.
-        *  @see sr_dev_channel_enable(), sr_dev_trigger_set(). */
+        *  @see sr_dev_channel_enable(). */
        int (*config_channel_set) (const struct sr_dev_inst *sdi,
                        struct sr_channel *ch, unsigned int changes);
        /** Apply configuration settings to the device hardware.