]> sigrok.org Git - libsigrok.git/blobdiff - hardware/zeroplus-logic-cube/analyzer.h
zeroplus: Add voltage threshold support
[libsigrok.git] / hardware / zeroplus-logic-cube / analyzer.h
index 94d1cc1a3c0baae5d396ec31a414a092d155f141..f0bb79932009c503f2e6d8ccd0a7626e28c88661 100644 (file)
@@ -92,6 +92,7 @@ SR_PRIV void analyzer_set_memory_size(unsigned int size);
 SR_PRIV void analyzer_add_trigger(int channel, int type);
 SR_PRIV void analyzer_set_trigger_count(int count);
 SR_PRIV void analyzer_add_filter(int channel, int type);
+SR_PRIV void analyzer_set_voltage_threshold(int thresh);
 
 SR_PRIV unsigned int analyzer_read_status(libusb_device_handle *devh);
 SR_PRIV unsigned int analyzer_read_id(libusb_device_handle *devh);