]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/zeroplus-logic-cube/api.c
zeroplus-logic-cube: Enable edge-triggering capabilities.
[libsigrok.git] / src / hardware / zeroplus-logic-cube / api.c
index 7a4041a16143f7d6dc84d7b35af3d4e224692a8f..36aef79544a3bfac8f7e69492211211cd6376a76 100644 (file)
@@ -71,6 +71,9 @@ static const uint32_t devopts[] = {
 static const int32_t trigger_matches[] = {
        SR_TRIGGER_ZERO,
        SR_TRIGGER_ONE,
+       SR_TRIGGER_RISING,
+       SR_TRIGGER_FALLING,
+       SR_TRIGGER_EDGE,
 };
 
 /*