summaryrefslogtreecommitdiff
path: root/decoder/test/timing/test.conf
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2017-05-13 16:12:06 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2017-05-13 16:12:59 +0200
commita158bea3e47d88423feb9bba5752ab5e4655fd14 (patch)
tree6fb570f55cee94f31f63dfaf99b088eaa415c4ea /decoder/test/timing/test.conf
parent5039d7197b4d642d347beab505bc79b1c662192e (diff)
downloadsigrok-test-a158bea3e47d88423feb9bba5752ab5e4655fd14.tar.gz
sigrok-test-a158bea3e47d88423feb9bba5752ab5e4655fd14.zip
timing: Update tests, add some more.
Diffstat (limited to 'decoder/test/timing/test.conf')
-rw-r--r--decoder/test/timing/test.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/decoder/test/timing/test.conf b/decoder/test/timing/test.conf
index feca6af..e6f2eaf 100644
--- a/decoder/test/timing/test.conf
+++ b/decoder/test/timing/test.conf
@@ -12,3 +12,18 @@ test am2301_1mhz_noavg_rising_delta
protocol-decoder timing channel data=5 option avg_period=0 option edge=rising option delta=yes
input am230x/am2301/am2301_1mhz.sr
output timing annotation match am2301_1mhz_noavg_rising_delta.output
+
+test ade7758-phase-b-zx-irq-context-rising
+ protocol-decoder timing channel data=0 option avg_period=100 option edge=rising option delta=yes
+ input spi/ade7758/ade7758-phase-b-zx-irq-context.sr
+ output timing annotation match ade7758-phase-b-zx-irq-context-rising.output
+
+test ade7758-phase-b-zx-irq-context-falling
+ protocol-decoder timing channel data=0 option avg_period=100 option edge=falling option delta=yes
+ input spi/ade7758/ade7758-phase-b-zx-irq-context.sr
+ output timing annotation match ade7758-phase-b-zx-irq-context-falling.output
+
+test ade7758-phase-b-zx-irq-context-any
+ protocol-decoder timing channel data=0 option avg_period=100 option edge=any option delta=yes
+ input spi/ade7758/ade7758-phase-b-zx-irq-context.sr
+ output timing annotation match ade7758-phase-b-zx-irq-context-any.output