summaryrefslogtreecommitdiffstats
path: root/pcilib.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-14 04:17:00 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-14 04:17:00 +0100
commit72fc5fa9be55ffab0e009085b05a3cad0b077826 (patch)
treedc2bedba961e9577aec6717f17a7fd10e2d2fbd9 /pcilib.h
parenta5814c8d0bf5255a6f2deba41db9733c6d524ad1 (diff)
downloadpcitool-72fc5fa9be55ffab0e009085b05a3cad0b077826.tar.gz
pcitool-72fc5fa9be55ffab0e009085b05a3cad0b077826.tar.bz2
pcitool-72fc5fa9be55ffab0e009085b05a3cad0b077826.tar.xz
pcitool-72fc5fa9be55ffab0e009085b05a3cad0b077826.zip
small cleanup
Diffstat (limited to 'pcilib.h')
-rw-r--r--pcilib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pcilib.h b/pcilib.h
index adec4da..fe7af8c 100644
--- a/pcilib.h
+++ b/pcilib.h
@@ -321,6 +321,11 @@ int pcilib_trigger(pcilib_t *ctx, pcilib_event_t event, size_t trigger_size, voi
* is specified.
*/
int pcilib_configure_autostop(pcilib_t *ctx, size_t max_events, pcilib_timeout_t duration);
+
+/*
+ * Request auto-triggering while grabbing
+ */
+int pcilib_configure_autotrigger(pcilib_t *ctx, pcilib_timeout_t interval, pcilib_event_t event, size_t trigger_size, void *trigger_data);
/*
* Request streaming the rawdata from the event engine. It is fastest way to acuqire data.
* No memory copies will be performed and DMA buffers will be directly passed to the user