]> sigrok.org Git - sigrok-test.git/blob - decoder/test/counter/test.conf
Add some counter test-cases.
[sigrok-test.git] / decoder / test / counter / test.conf
1 test 9bit_spi_rising
2         protocol-decoder counter channel data=2 option edge=rising
3         input spi/wordwidths/9bit_spi.sr
4         output counter annotation match 9bit_spi_rising.output
5
6 test 9bit_spi_falling
7         protocol-decoder counter channel data=2 option edge=falling
8         input spi/wordwidths/9bit_spi.sr
9         output counter annotation match 9bit_spi_falling.output
10
11 test 9bit_spi_any
12         protocol-decoder counter channel data=2 option edge=any
13         input spi/wordwidths/9bit_spi.sr
14         output counter annotation match 9bit_spi_any.output
15
16 test 9bit_spi_rising_2bit_words
17         protocol-decoder counter channel data=2 option edge=rising option divider=2
18         input spi/wordwidths/9bit_spi.sr
19         output counter annotation match 9bit_spi_rising_2bit_words.output
20
21 test 9bit_spi_rising_9bit_words
22         protocol-decoder counter channel data=2 option edge=rising option divider=9
23         input spi/wordwidths/9bit_spi.sr
24         output counter annotation match 9bit_spi_rising_9bit_words.output
25
26 test 9bit_spi_rising_18bit_words
27         protocol-decoder counter channel data=2 option edge=rising option divider=18
28         input spi/wordwidths/9bit_spi.sr
29         output counter annotation match 9bit_spi_rising_18bit_words.output
30
31 test nrf24l01_communication_tx_8bit_words_reset
32         protocol-decoder counter channel data=1 channel reset=0 option edge=rising option divider=8
33         input spi/nrf24l01/nrf24l01-communication-tx.sr
34         output counter annotation match nrf24l01_communication_tx_8bit_words_reset.output